Files
muzi/main.go

11 lines
89 B
Go

package main
import (
//"muzi/importsongs"
"muzi/web"
)
func main() {
web.Start()
}