import "cuelang.org/go/encoding/gocode/testdata/pkg2"
code.go cue_gen.go
type ImportMe struct { A int `json:"a"` B string `json:"b"` }
func (x *ImportMe) Validate() error
Validate validates x.
type PickMe int
func (x PickMe) Validate() error