Passthrough a alias type will cause error, ` unsupported go type <...> on type alias` Please use `reflect.Kind` instead of `goType` --- Example code: ```go type StringAlias string ```