Skip to content

Commit

Permalink
fix go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Lobanov committed Dec 27, 2017
1 parent 4e909ff commit 2fd2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Expand Up @@ -22,7 +22,7 @@ const (
jsonTagName = "json"
format = "format"

overflowErrMsg = "value %d is too big for field %s:%v"
overflowErrMsg = "value %v is too big for field %s:%v"
castingErrMsg = `filed casting "%s" to "%s:%v"`
)

Expand Down

0 comments on commit 2fd2b89

Please sign in to comment.