const math.MinInt8

9 uses

	math (current package)
		const.go#L41: 	MinInt8   = -1 << 7

	encoding/gob
		dec_helpers.go#L295: 		if x < math.MinInt8 || math.MaxInt8 < x {
		decode.go#L248: 	if v < math.MinInt8 || math.MaxInt8 < v {

	github.com/jackc/pgtype
		convert.go#L220: 			if srcVal < math.MinInt8 {
		numeric.go#L30: var bigMinInt8 *big.Int = big.NewInt(math.MinInt8)
		qchar.go#L47: 		if value < math.MinInt8 {
		qchar.go#L60: 		if value < math.MinInt8 {
		qchar.go#L73: 		if value < math.MinInt8 {
		qchar.go#L86: 		if value < math.MinInt8 {