Minor improvements

This commit is contained in:
irlndts
2020-03-24 13:08:35 +03:00
parent 417d6d51e6
commit bcf5c89215
4 changed files with 21 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func main() {
d, err := discogs.NewClient(&discogs.Options{
d, err := discogs.New(&discogs.Options{
UserAgent: "TestDiscogsClient/0.0.1 +http://example.com",
Currency: "USD",
Token: "",