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 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)