vá máximo, valor inteiro máximo

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