const go/constant.Bool
6 uses
go/constant (current package)
kind_string.go#L12: _ = x[Bool-1]
value.go#L36: Bool
value.go#L104: func (boolVal) Kind() Kind { return Bool }
go/types
builtins.go#L880: if x.val.Kind() != constant.Bool {
const.go#L203: return x.Kind() == constant.Bool
expr.go#L1200: case constant.Bool:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)