const math.MaxInt8

2 uses

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

	github.com/vmihailenco/msgpack/v5
		encode_number.go#L109: 	if n <= math.MaxInt8 {