Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yukselcodingwithyou committed Nov 30, 2021
1 parent bf3d696 commit 8029593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func errKeyNotFound(key string) error {
}

func errInvalidValueIsNil() error {
err := errors.New("invalid value: value is <nil>")
err := errors.New("invalid: nil value, key not found")
logError(err)
return err
}
Expand Down

0 comments on commit 8029593

Please sign in to comment.