10 lines
111 B
Go
10 lines
111 B
Go
package services
|
|
|
|
import (
|
|
"github.com/zmb3/spotify/v2"
|
|
)
|
|
|
|
func InitSpotify() *spotify.Client {
|
|
return nil
|
|
}
|