func go/types.NewMap
4 uses
go/types (current package)
map.go#L16: func NewMap(key, elem Type) *Map {
go.pact.im/x/plumb/internal/gotypes
subst.go#L52: return types.NewMap(s.subst(u.Key()), s.subst(u.Elem()))
golang.org/x/tools/internal/gcimporter
iimport.go#L908: return types.NewMap(r.typ(), r.typ())
ureader.go#L373: return types.NewMap(r.typ(), r.typ())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)