mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 12:11:47 +01:00
14 lines
128 B
Go
14 lines
128 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
|
|
"github.com/Superredstone/spotiflac-cli/app"
|
|
)
|
|
|
|
func main() {
|
|
application := app.NewApp()
|
|
|
|
|
|
}
|