navidrome/main.go

12 lines
116 B
Go

package main
import (
_ "net/http/pprof"
"github.com/navidrome/navidrome/cmd"
)
func main() {
cmd.Execute()
}