You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#61: specify the Go type for a message field. Specify (go.field).type = "SomeType" to override the field type in generated Go code. The specified type must be castable to the field’s native type, and defined in the target package. Scalar and repeated fields are supported, e.g. type Things []Thing. This feature is similar to the casttype feature in gogoprotobuf.