package main import ( "fmt" "github.com/Superredstone/spotiflac-cli/app" ) func main() { application := app.NewApp() }