Issues
- 1
Stringers exercise - Tour of Go
#187 opened by GoogleCodeExporter - 2
- 0
- 0
Go Tour shows blank white page
#186 opened by GoogleCodeExporter - 2
- 0
Patch for /solutions/webcrawler.go
#181 opened by GoogleCodeExporter - 1
Slices Exercise Produces an Error
#182 opened by GoogleCodeExporter - 4
Feature request: gotour should remember the content of the edit boxes
#179 opened by GoogleCodeExporter - 1
- 2
Patch for /solutions/webcrawler.go
#177 opened by GoogleCodeExporter - 1
Fix a small typing mistake
#178 opened by GoogleCodeExporter - 4
No Solution for HTTP Handlers
#176 opened by GoogleCodeExporter - 2
ui: When clicking "syntax off": Uncaught TypeError: Cannot read property 'setOption' of undefined
#175 opened by GoogleCodeExporter - 3
Adding import fmt to tour #38 breaks it
#173 opened by GoogleCodeExporter - 0
"Type conversions": maybe change example to match the point the text is trying to make about explicit conversions
#174 opened by GoogleCodeExporter - 3
Patch for /solutions/loops.go
#172 opened by GoogleCodeExporter - 2
Patch for /solutions/loops.go
#171 opened by GoogleCodeExporter - 5
Fix assignment syntax in "Mutating maps"
#169 opened by GoogleCodeExporter - 0
- 1
Page 15, needInt(Big) is outdated
#167 opened by GoogleCodeExporter - 2
Patch for /content/tour.article
#168 opened by GoogleCodeExporter - 3
go get error
#166 opened by GoogleCodeExporter - 2
In http://tour.golang.org/#6The example is wrong and doesn't compile through the web interface....
#164 opened by GoogleCodeExporter - 0
Confused, not sure what to do for #36.
#165 opened by GoogleCodeExporter - 1
Page "http://tour.golang.org/#6"gives:prog.go:9: cannot refer to unexported name math.piprog...
#162 opened by GoogleCodeExporter - 1
math.pi should be math.Pi for page 6.
#163 opened by GoogleCodeExporter - 0
I didn't quite understand how it worked for example From what I believe, x = 17 * 4 / 9 = 7.5555...
#161 opened by GoogleCodeExporter - 0
Go Tutorial # 44 returns a compile error "missing return at end of function".
#160 opened by GoogleCodeExporter - 1
- 1
test run cannot read file or request page
#157 opened by GoogleCodeExporter - 0
Need some hints -- the lesson leading up to this wasn't enough to do the exercise.
#158 opened by GoogleCodeExporter - 1
Every time I "run" it "randomly" picks 1. The results should print a random number between 0 and ...
#155 opened by GoogleCodeExporter - 1
syntax error
#156 opened by GoogleCodeExporter - 0
The parenthetical "(And a type declaration does what you'd expect)" could actually be informative...
#154 opened by GoogleCodeExporter - 0
I was confused by what initial value to pick for z. Then my code didn't work for some reason. And...
#152 opened by GoogleCodeExporter - 0
This is #49 in the tour at tour.golang.org. I would expect the Abs function to return the absolut...
#153 opened by GoogleCodeExporter - 0
And what would I expect?
#151 opened by GoogleCodeExporter - 2
random number is always 1 for me. Without knowing anything about go, I'd have kinda expected some...
#148 opened by GoogleCodeExporter - 0
When someone is trying to learn your language and you are teaching a single concept, it helps if ...
#149 opened by GoogleCodeExporter - 0
how many pages are left?
#150 opened by GoogleCodeExporter - 2
I do not understand how the 27 >=20 can print out before the 9 given the order in which the pow f...
#147 opened by GoogleCodeExporter - 1
Why do we get the same sequence of random numbers every time we run the program?
#145 opened by GoogleCodeExporter - 1
Hi,rand.Intn(10) is always returning 1. Tried it a couple of times. Also with different argu...
#146 opened by GoogleCodeExporter - 1
- 0
The compiler is asking for a 'pointer receiver', but is not `i` such a thing? Taking away the `*...
#143 opened by GoogleCodeExporter - 1
- 1
Default erlang example...
#140 opened by GoogleCodeExporter - 0
Just to be explicit, it would be nice to point out here that q := p makes a copy of the p and ass...
#141 opened by GoogleCodeExporter - 1
provide basic discussion of pointers
#138 opened by GoogleCodeExporter - 0
I have no idea what the '<<' operator does. Maybe that's obvious to people who are used to low-le...
#139 opened by GoogleCodeExporter