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