minor comment fix

This commit is contained in:
irlndts
2017-05-09 18:52:58 +03:00
parent 86244f6665
commit 0f41f45197
3 changed files with 10 additions and 3 deletions

View File

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