func go/types.NewInterfaceType
7 uses
go/types (current package)
builtins.go#L1004: ptyp := check.newTypeParam(tpar, NewInterfaceType(nil, []Type{NewUnion(terms)})) // assigns type to tpar as a side-effect
interface.go#L44: return NewInterfaceType(methods, tnames)
interface.go#L53: func NewInterfaceType(methods []*Func, embeddeds []Type) *Interface {
typeparam.go#L135: ityp = NewInterfaceType(nil, []Type{bound})
golang.org/x/tools/internal/gcimporter
iimport.go#L976: typ := types.NewInterfaceType(methods, embeddeds)
ureader_yes.go#L428: iface := types.NewInterfaceType(methods, embeddeds)
ureader_yes.go#L585: newIface := types.NewInterfaceType(methods, embeds)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)