Sign in
chromium
/
external
/
github.com
/
mailru
/
easyjson
/
master
/
.
/
tests
/
escaping.go
blob: da427af95dabcbb64b41b2fbcf99f92d4e3dfee3 [
file
] [
log
] [
blame
]
package tests
//easyjson:json
type EscStringStruct struct {
A string `json:"a"`
}
//easyjson:json
type EscIntStruct struct {
A int `json:"a,string"`
}