Closed
Description
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.