const reflect.Bool

27 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L166: 	case Bool:
		type.go#L302: 	Bool
		type.go#L501: 	Bool:          "bool",
		type.go#L1649: 	if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
		type.go#L2062: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L2086: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		type.go#L2232: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
		value.go#L283: 	if v.kind() != Bool {
		value.go#L290: 	v.mustBe(Bool)
		value.go#L1665: 	case Bool:
		value.go#L1793: 	case Bool:
		value.go#L2174: 	v.mustBe(Bool)
		value.go#L3322: 	case Bool:

	encoding/asn1
		asn1.go#L935: 	case reflect.Bool:
		common.go#L167: 	case reflect.Bool:
		marshal.go#L480: 	case reflect.Bool:

	encoding/binary
		binary.go#L751: 	case reflect.Bool,
		binary.go#L875: 	case reflect.Bool:
		binary.go#L940: 	case reflect.Bool:

	encoding/json
		decode.go#L924: 		case reflect.Bool:
		encode.go#L356: 	case reflect.Bool,
		encode.go#L440: 	case reflect.Bool:
		encode.go#L1160: 					case reflect.Bool,

	fmt
		print.go#L790: 	case reflect.Bool:
		scan.go#L1025: 		case reflect.Bool:

	internal/fmtsort
		sort.go#L92: 	case reflect.Bool: