-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by gzqzwx:
Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running the latest version of Go: Run "go version" and compare against http://golang.org/doc/devel/release.html If a newer version of Go exists, install it and retry what you did to reproduce the problem. Thanks. What does 'go version' print? What steps reproduce the problem? If possible, include a link to a program on play.golang.org. 1. a: = 3.2 2. b:= 4.4 3. fmt.Println(a+b) What happened? 7.6000000000000005 What should have happened instead? 7.6 Please provide any additional information below.