We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently:
func DecodeCustom(in []byte, t interface{}) error
and
func (sd *Decoder) DecodeCustom(t interface{}) (interface{}, error)
these two functions should both return error and set the decoded value to the passed in interface
error
The text was updated successfully, but these errors were encountered:
related to #611
Sorry, something went wrong.
timwu20
No branches or pull requests
Expected Behavior
currently:
and
these two functions should both return
error
and set the decoded value to the passed in interfaceChecklist
The text was updated successfully, but these errors were encountered: