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