quintodrome/main.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
87 B
Go
Raw Normal View History

2016-02-23 14:41:35 -09:00
package main
2020-07-02 12:34:21 -08:00
import "github.com/deluan/navidrome/cmd"
2016-02-23 14:41:35 -09:00
func main() {
2020-07-02 12:34:21 -08:00
cmd.Execute()
2016-02-23 14:41:35 -09:00
}