Doc fixed

This commit is contained in:
irlndts
2018-01-22 21:01:29 +03:00
parent 795cdb9f79
commit 87747a846f
2 changed files with 16 additions and 26 deletions

View File

@@ -7,8 +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://example.com")
if err := d.Currency("EUR"); err != nil {
fmt.Println(err)
return