implemented recursive dedupe and compile

This commit is contained in:
Hazel Noack
2025-10-07 13:05:52 +02:00
parent 6fd2478359
commit bd62068e09
4 changed files with 243 additions and 4 deletions

View File

@@ -8,5 +8,5 @@ import (
func main() {
fmt.Println("music kraken")
data.GetSourceType("Youtube")
fmt.Println(data.Source{}.SourceType == nil)
}