func go/types.NewStruct
3 uses
go/types (current package)
struct.go#L27: func NewStruct(fields []*Var, tags []string) *Struct {
golang.org/x/tools/internal/gcimporter
iimport.go#L941: return types.NewStruct(fields, tags)
ureader_yes.go#L401: return types.NewStruct(fields, tags)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)