const math.MaxInt

2 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 {