func go/types.NewChan
3 uses
go/types (current package)
chan.go#L27: func NewChan(dir ChanDir, elem Type) *Chan {
golang.org/x/tools/internal/gcimporter
iimport.go#L904: return types.NewChan(dir, r.typ())
ureader_yes.go#L365: return types.NewChan(dir, r.typ())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)