changed project structure, began web development

This commit is contained in:
2025-12-20 04:34:39 -08:00
parent f5d4da3527
commit 9fd07b24f9
7 changed files with 470 additions and 25 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
package main
import (
//"muzi/importsongs"
"muzi/web"
)
func main() {
web.Start()
}