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
This is a little unfortunate:
http://play.golang.org/p/AaMZm0pI6g
I'd like to be able to do:
type schemaBlob struct {
ClaimDate string `json:"` fieldClaimDate `"`
}
If we ever permit tags on things other than struct fields, I'd like to keep this in mind.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: