fix(optimal-types): int64 to uint32

This commit is contained in:
Simon Schulte
2020-06-16 09:19:43 +02:00
committed by Inanc Gumus
parent 69935439be
commit 804d96cfd2

View File

@ -29,7 +29,7 @@ func main() {
fmt.Println("a month in 2 digits: 1 to 12:", month)
// the speed of the light
var lightSpeed int64 = 670616629 // miles
var lightSpeed uint32 = 670616629 // miles
fmt.Println("the speed of the light:", lightSpeed)
// angle of a circle