go-tagexpr
go-tagexpr copied to clipboard
`RegTypeUnmarshal` support basic types
For basic types like int8
, we can define some string enumerations for those types.
Can RegTypeUnmarshal
allow those types, restrict Unmarshal
for real basic types, not user-defined types with underlying basic types?