Minor improvements (#39)

This commit is contained in:
Artem Piskun
2020-03-24 13:11:44 +03:00
committed by GitHub
parent d9deca7e18
commit aa374638bf
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: "",