const go/constant.Bool
7 uses
go/constant (current package)
kind_string.go#L12: _ = x[Bool-1]
value.go#L37: Bool
value.go#L105: func (boolVal) Kind() Kind { return Bool }
go/types
builtins.go#L764: if x.val.Kind() != constant.Bool {
expr.go#L409: return x.Kind() == constant.Bool
expr.go#L1661: case constant.Bool:
golang.org/x/tools/internal/gcimporter
bexport.go#L565: case constant.Bool:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)