func go/types.NewStruct

5 uses

	go/types (current package)
		struct.go#L27: func NewStruct(fields []*Var, tags []string) *Struct {

	go.pact.im/x/plumb/internal/gotypes
		subst.go#L85: 		return types.NewStruct(fields, tags)

	go.pact.im/x/plumb/internal/solve
		joint.go#L181: 	types.NewStruct(nil, nil), nil)

	golang.org/x/tools/internal/gcimporter
		iimport.go#L943: 		return types.NewStruct(fields, tags)
		ureader.go#L407: 	return types.NewStruct(fields, tags)