Go Max, maksymalna wartość liczb całkowita

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