const math.MaxInt
4 uses
math (current package)
const.go#L42: MaxInt = 1<<(intSize-1) - 1 // MaxInt32 or MaxInt64 depending on intSize.
math/big
ratmarsh.go#L58: if uint64(ln) > math.MaxInt-j {
crypto/x509
parser.go#L381: if !der.ReadASN1Integer(&mpl) || mpl > math.MaxInt {
net/http
routing_index.go#L95: min := math.MaxInt
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)