Skip to content

Commit

Permalink
fixed golint error
Browse files Browse the repository at this point in the history
  • Loading branch information
utekaravinash committed Mar 13, 2020
1 parent ea66b92 commit a149068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
ErrEmptyAssociateTag = errors.New("Empty associate tag")
// ErrInvalidLocale is thrown when locale is invalid
ErrInvalidLocale = errors.New("Invalid locale")
// ErrInvalidLocale is thrown when locale is invalid
// ErrNilHttpClient is thrown when locale is invalid
ErrNilHttpClient = errors.New("Nil http client")
)

Expand Down

0 comments on commit a149068

Please sign in to comment.