GO max, nilai integer maksimum

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