Go packages import
3575

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?

UPD math.Max not simpe Max!

Comments (3)