go min, nilai integer minimum

const MININT = -int(^uint(0) >> 1) -1  // minimum value for an integer
Mackerel