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
RegTypeUnmarshal
For basic types like int8, we can define some string enumerations for those types.
int8
Can RegTypeUnmarshal allow those types, restrict Unmarshal for real basic types, not user-defined types with underlying basic types?
Unmarshal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For basic types like
int8
, we can define some string enumerations for those types.Can
RegTypeUnmarshal
allow those types, restrictUnmarshal
for real basic types, not user-defined types with underlying basic types?The text was updated successfully, but these errors were encountered: