Go Max, максимальное целое значение

const MAXINT = int(^uint(0) >> 1)   // maximum value for an integer
Mackerel