Gehen Sie max, maximaler Ganzzahlwert

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