blob: 3d3c7f39b97555f0997ec394cc65bbe5d7e995c4 [file] [log] [blame]
package tests
//easyjson:json
type NocopyStruct struct {
A string `json:"a"`
B string `json:"b,nocopy"`
}