type go/ast.ChanDir

4 uses

	go/ast (current package)
		ast.go#L432: type ChanDir int
		ast.go#L435: 	SEND ChanDir = 1 << iota
		ast.go#L485: 		Dir   ChanDir   // channel direction

	golang.org/x/tools/internal/typesinternal
		zerovalue.go#L261: 		dir := ast.ChanDir(t.Dir())