mirror of
https://github.com/riwiwa/muzi.git
synced 2025-12-30 04:35:26 -08:00
11 lines
89 B
Go
11 lines
89 B
Go
package main
|
|
|
|
import (
|
|
//"muzi/importsongs"
|
|
"muzi/web"
|
|
)
|
|
|
|
func main() {
|
|
web.Start()
|
|
}
|