const math.MinInt8

3 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 {