Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
ST1005: error strings should not be capitalized (stylecheck)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Sep 9, 2019
1 parent 7f09935 commit d57bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
ErrNoMorePages = errors.New("No more pages")
ErrNoMorePages = errors.New("no more pages")
)

func (registry *Registry) getJSON(url string, response interface{}) error {
Expand Down

0 comments on commit d57bc86

Please sign in to comment.