Files
spotiflac-cli/main.go
2026-02-12 16:13:23 +01:00

14 lines
128 B
Go

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