const math.MinInt16

2 uses

	math (current package)
		const.go#L47: 	MinInt16  = -1 << 15

	github.com/vmihailenco/msgpack/v5
		encode_number.go#L136: 	if n >= math.MinInt16 {