func go/types.NewChan
4 uses
go/types (current package)
chan.go#L27: func NewChan(dir ChanDir, elem Type) *Chan {
go.pact.im/x/plumb/internal/gotypes
subst.go#L50: return types.NewChan(u.Dir(), s.subst(u.Elem()))
golang.org/x/tools/internal/gcimporter
iimport.go#L906: return types.NewChan(dir, r.typ())
ureader.go#L371: return types.NewChan(dir, r.typ())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)