I tried to import math to use Abs and Max. And I got funyy error: math is imported and is not used with undefined Max and Abs. Do anybody used import in Go when solving proglems?
math
Abs
Max
math is imported and is not used
undefined Max and Abs
import
Go
UPD math.Max not simpe Max!