icexin / gocraft

A Minecraft like game written in go
MIT License
1.88k stars 131 forks source link

.\math.go:19:17: undefined: math.Round #1

Closed setwang closed 6 years ago

setwang commented 6 years ago

go version go1.9.3 windows/amd64

github.com/icexin/gocraft

.\math.go:19:17: undefined: math.Round 是因为版本问题吗?

icexin commented 6 years ago

用1.10

voigt commented 6 years ago

math.Round is introduced with Go 1.10. You'll need to upgrade :)