RobertWang / go-tour

Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

In http://tour.golang.org/#6The example is wrong and doesn't compile through the web interface.... #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
https://feedback.corp.google.com/#/Report/1109750225

Description:
In http://tour.golang.org/#6

The example is wrong and doesn't compile through the web interface.

It an easy syntax error fix:
fmt.Println(math.pi) =>
fmt.Println(math.Pi)

UI language: en
Detected language: en

Original issue reported on code.google.com by feedback...@gmail.com on 22 Aug 2013 at 2:31

GoogleCodeExporter commented 8 years ago
Did you read the text on the page?!

Original comment by a...@golang.org on 23 Aug 2013 at 12:14

GoogleCodeExporter commented 8 years ago
Sorry about that!

Original comment by parag.pa...@gmail.com on 23 Aug 2013 at 1:42