From 110a37661a744cec6c13f4d6d427fb72a259f445 Mon Sep 17 00:00:00 2001 From: irlndts Date: Wed, 28 Mar 2018 20:18:24 +0300 Subject: [PATCH] goreportcard --- README.md | 2 +- search.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c35d1d..97293e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # REST API 2.0 Discogs.com client -[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs) +[![Build Status](https://travis-ci.org/irlndts/go-discogs.svg?branch=master)](https://travis-ci.org/irlndts/go-discogs)[![Go Report Card](https://goreportcard.com/badge/github.com/irlndts/go-discogs)](https://goreportcard.com/report/github.com/irlndts/go-discogs) go-discogs is a Go client library for the [Discogs API](https://www.discogs.com/developers/). Check the usage section to see how to access the Discogs API. diff --git a/search.go b/search.go index 360f03d..9d83dae 100644 --- a/search.go +++ b/search.go @@ -34,7 +34,7 @@ type SearchRequest struct { Barcode string `url:"barcode,omitempty"` // search barcodes Track string `url:"track,omitempty"` // search track titles Submitter string `url:"submitter,omitempty"` // search submitter username - Contributer string `url:"contributer,omitempty"` // search contributor usernames + Contributor string `url:"contributor,omitempty"` // search contributor usernames Page int `url:"page,omitempty"` PerPage int `url:"per_page,omitempty"`