Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
import "math"
import "strconv"var f float64 = 3.2
var v uint = uint(f)
v3uint(f)3uint(3.2)untyped constant {float64 16/5} overflows <uint>strconv.Itoa(3)3math.Max(1, 2)2