feat(token): config file for token

This commit is contained in:
rick 2021-08-28 18:57:57 +02:00
parent a234c34043
commit 5b80cddf1d
Signed by: Rick
GPG Key ID: 2B593F087240EE99
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
config.go
# Created by https://www.toptal.com/developers/gitignore/api/vim,go
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,go

4
config.go.example Normal file
View File

@ -0,0 +1,4 @@
package main
var SpotifyAPI = "test"
var BandcampAPI = "ree"