func encoding/gob.decBool

2 uses

	encoding/gob (current package)
		decode.go#L241: func decBool(i *decInstr, state *decoderState, value reflect.Value) {
		decode.go#L761: 	reflect.Bool:       decBool,