This commit is contained in:
irlndts 2017-05-09 18:53:47 +03:00
parent 0f41f45197
commit 5f77b45281
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
func main() {
d := discogs.NewClient().UserAgent("TestDiscogsClient/0.0.1 +http://irlndts.moscow").Token("oQTQKAprakIQfWOkAxTdYyDpgUqahHtdbHTuYkIy")
d := discogs.NewClient().UserAgent("TestDiscogsClient/0.0.1 +http://irlndts.moscow") //.Token("oQTQKAprakIQfWOkAxTdYyDpgUqahHtdbHTuYkIy")
if err := d.Currency("EUR"); err != nil {
fmt.Println(err)