const math.MaxInt8

14 uses

	math (current package)
		const.go#L40: 	MaxInt8   = 1<<7 - 1

	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#L222: 			} else if srcVal > math.MaxInt8 {
		numeric.go#L29: var bigMaxInt8 *big.Int = big.NewInt(math.MaxInt8)
		qchar.go#L42: 		if value > math.MaxInt8 {
		qchar.go#L50: 		if value > math.MaxInt8 {
		qchar.go#L55: 		if value > math.MaxInt8 {
		qchar.go#L63: 		if value > math.MaxInt8 {
		qchar.go#L68: 		if value > math.MaxInt8 {
		qchar.go#L76: 		if value > math.MaxInt8 {
		qchar.go#L81: 		if value > math.MaxInt8 {
		qchar.go#L89: 		if value > math.MaxInt8 {
		qchar.go#L94: 		if value > math.MaxInt8 {