Sign in
chromium
/
external
/
github.com
/
mailru
/
easyjson
/
refs/heads/master
/
.
/
tests
/
reference_to_pointer.go
blob: 6768e53da7edb645ac895c4cb0ecba41dd5162bf [
file
] [
edit
]
package tests
type Struct1 struct {
}
//easyjson:json
type Struct2 struct {
From *Struct1 `json:"from,omitempty"`
Through *Struct1 `json:"through,omitempty"`
}