const math.MaxInt16

3 uses

	math (current package)
		const.go#L42: 	MaxInt16  = 1<<15 - 1

	encoding/gob
		dec_helpers.go#L218: 		if x < math.MinInt16 || math.MaxInt16 < x {
		decode.go#L266: 	if v < math.MinInt16 || math.MaxInt16 < v {