feat(token): config file for token
This commit is contained in:
parent
a234c34043
commit
5b80cddf1d
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
4
config.go.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
var SpotifyAPI = "test"
|
||||
var BandcampAPI = "ree"
|
Loading…
Reference in a new issue