Files
2026-03-31 20:02:01 +00:00

8 lines
109 B
Go

package tests
//easyjson:json
type NocopyStruct struct {
A string `json:"a"`
B string `json:"b,nocopy"`
}