We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661f6d commit a3f8b22Copy full SHA for a3f8b22
errors.go
@@ -39,7 +39,7 @@ func (e *DecodeError) Unwrap() error {
39
}
40
41
func (e *DecodeError) Error() string {
42
- return fmt.Sprintf("decoding '%s': %s", e.name, e.err)
+ return fmt.Sprintf("'%s' %s", e.name, e.err)
43
44
45
func (*DecodeError) mapstructure() {}
0 commit comments