package main import ( "github.com/felamaslen/go-music-player/pkg/server" ) func main() { server.StartServer() }