...

Source file src/github.com/mailru/easyjson/tests/nocopy.go

Documentation: github.com/mailru/easyjson/tests

     1  package tests
     2  
     3  //easyjson:json
     4  type NocopyStruct struct {
     5  	A string `json:"a"`
     6  	B string `json:"b,nocopy"`
     7  }
     8  

View as plain text