package pad import "math" func absInt(n int) int { return int(math.Abs(float64(n))) }