const math.MaxInt8

3 uses

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

	github.com/go-faster/jx
		dec_int.gen.go#L169: 		if val > math.MaxInt8+1 {
		dec_int.gen.go#L178: 	if val > math.MaxInt8 {