5 lines
180 B
Text
5 lines
180 B
Text
package main
|
|
|
|
var ClientID = ""
|
|
var RedirectURI = ""
|
|
var SpotifyURL = "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI
|