Files
spotiflac-cli/lib/app.go

9 lines
70 B
Go

package lib
type App struct {
}
func NewApp() App {
return App{}
}