mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
9 lines
70 B
Go
9 lines
70 B
Go
package lib
|
|
|
|
type App struct {
|
|
}
|
|
|
|
func NewApp() App {
|
|
return App{}
|
|
}
|