go-tour


Page 1 of 2

ID Status Summary
187 Fixed Stringers exercise - Tour of Go Type-Defect Priority-Medium
186 New Go Tour shows blank white page Type-Defect Priority-Medium
185 New update link to "Go's Declaration Syntax" article Type-Defect Priority-Medium
184 Fixed Type Stringer is an interface, not a struct Type-Defect Priority-Medium
183 Fixed Go Tour UI - Table of Content scrollbar inaccessible Type-Defect Priority-Medium
182 Invalid Slices Exercise Produces an Error Type-Defect Priority-Medium
181 New Patch for /solutions/webcrawler.go Type-Patch
180 WaitingForReply tree/tree.go always returns the same trees between subsequent runs Type-Defect Priority-Medium
179 Fixed Feature request: gotour should remember the content of the edit boxes Type-Defect Priority-Medium
178 Fixed Fix a small typing mistake Type-Patch
177 Fixed Patch for /solutions/webcrawler.go Type-Patch
176 Fixed No Solution for HTTP Handlers Type-Defect Priority-Medium
175 Fixed ui: When clicking "syntax off": Uncaught TypeError: Cannot read property 'setOption' of undefined Type-Defect Priority-Medium
174 New "Type conversions": maybe change example to match the point the text is trying to make about explicit conversions Type-Defect Priority-Medium
173 WontFix Adding import fmt to tour #38 breaks it Type-Defect Priority-Medium
172 WontFix Patch for /solutions/loops.go Type-Patch
171 Fixed Patch for /solutions/loops.go Type-Patch
170 New Slide 15 of Tour (Type conversions) correction Type-Defect Priority-Medium
169 WontFix Fix assignment syntax in "Mutating maps" Type-Defect Priority-Medium
168 Fixed Patch for /content/tour.article Type-Patch
167 WontFix Page 15, needInt(Big) is outdated Type-Defect Priority-Medium
166 WontFix go get error Type-Defect Priority-Medium
165 New Confused, not sure what to do for #36. Feedback
164 Invalid In http://tour.golang.org/#6The example is wrong and doesn't compile through the web interface.... Feedback
163 Invalid math.pi should be math.Pi for page 6. Feedback
162 Invalid Page "http://tour.golang.org/#6"gives:prog.go:9: cannot refer to unexported name math.piprog... Feedback
161 New I didn't quite understand how it worked for example From what I believe, x = 17 * 4 / 9 = 7.5555... Feedback
160 New Go Tutorial # 44 returns a compile error "missing return at end of function". Feedback
159 Invalid Does your playground machine really have the wrong date/time? Feedback
158 New Need some hints -- the lesson leading up to this wasn't enough to do the exercise. Feedback
157 Invalid test run cannot read file or request page Feedback
156 Invalid syntax error Feedback
155 Invalid Every time I "run" it "randomly" picks 1. The results should print a random number between 0 and ... Feedback
154 New The parenthetical "(And a type declaration does what you'd expect)" could actually be informative... Feedback
153 New This is #49 in the tour at tour.golang.org. I would expect the Abs function to return the absolut... Feedback
152 New I was confused by what initial value to pick for z. Then my code didn't work for some reason. And... Feedback
151 New And what would I expect? Feedback
150 New how many pages are left? Feedback
149 New When someone is trying to learn your language and you are teaching a single concept, it helps if ... Feedback
148 Invalid random number is always 1 for me. Without knowing anything about go, I'd have kinda expected some... Feedback
147 WontFix I do not understand how the 27 >=20 can print out before the 9 given the order in which the pow f... Feedback
146 Duplicate Hi,rand.Intn(10) is always returning 1. Tried it a couple of times. Also with different argu... Feedback
145 Duplicate Why do we get the same sequence of random numbers every time we run the program? Feedback
144 Duplicate The function always outputs 1, which isn't very random.... Feedback
143 New The compiler is asking for a 'pointer receiver', but is not `i` such a thing? Taking away the `*... Feedback
142 Duplicate the function rand.Intn() doesn't actually return a random number Feedback
141 New Just to be explicit, it would be nice to point out here that q := p makes a copy of the p and ass... Feedback
140 Invalid Default erlang example... Feedback
139 New I have no idea what the '<<' operator does. Maybe that's obvious to people who are used to low-le... Feedback
138 Accepted provide basic discussion of pointers Feedback
137 Invalid http://tour.golang.org/#47 code is broken. Feedback
136 New You seem to be assuming I know a lot more than I actually do. You say, "(And a type declaration d... Feedback
135 Invalid This example returns an error. Feedback
134 Invalid Derr....never mind. Feedback
133 Invalid Thursday actually is today Feedback
132 Invalid The date on the server is wrong. Feedback
131 Duplicate Why does the same random number print every time it is run? Every time the range is ten I get 1... Feedback
130 New Not a problem, per se, but a remark here about default values would be appreciated. Can we alway... Feedback
129 New Not a problem, per se, but some questions immediately beg to be answered about package names: If... Feedback
128 New At() should return color.Color, not color. Feedback
127 New Trying to run the default hello program and getting error message. Feedback
126 New It probably would be a good idea to hint that you have to use the underlying io Reader to read th... Feedback
125 New no problem .. quite nice to solve again those problems !! :)) Feedback
124 New No matter what I set the values to, I get a blue block. I even compiled the code native on my sy... Feedback
123 New Only the values 1, 2, 5, and 13 are stored at the leaves. The exercise continues to compare the ... Feedback
122 Duplicate Not very random...it always returns 81 when rand.Intn(100) is set. Feedback
121 New wtf "type" ? :)) more like press Shift+Enter if that's not obvious, should be hold Shift, press E... Feedback
120 New There is no way to solve exercise without background Feedback
119 New Cannot edit code in the Go tutorial on mobile Nexus 7, Chrome, Paranoid Android 3.X Feedback
118 New I'm confused about make vs new. Why can't a map be created using new? Can a slice be created us... Feedback
117 Duplicate This returned '1' as a random number 8 times in a row. I assume it doesn't change the seed becaus... Feedback
116 New This should be len(s) - 1 Feedback
115 Invalid math.pi should be math.Pi Feedback
114 New I just started looking at GoLang and have been looking at the tour. I have the newest version of ... Feedback
113 New Explaining the significance of := would help. Feedback
112 Duplicate need random seed Feedback
111 Invalid go get returns "x509: failed to load system roots and no roots provided" Type-Defect Priority-Medium
110 New trying to print i, believes it is not defined, but it is defined in the loop? Perhaps my misunde... Feedback
109 New Pi to tenth power Feedback
108 Fixed This seems to always return 1. Not very random. Changing the integer to another number seems to g... Feedback
107 New This is sort of out-of-the-blue, the >> and <<. Maybe a paragraph about that? Feedback
106 New What is the difference between between "newly allocated" and a simple struct? Feedback
105 New Um some more hints would be nice for this exercise. Is z supposed to be complex128? If not, the... Feedback
104 Fixed can't find import: "code.google.com/p/go.talks/pkg/playground" Type-Defect Priority-Medium
103 Invalid "Format Source Code" adds a new line to the bottom, which is understandable; however, gofmt remov... Feedback
102 New want a pdf version of this go tut to read in my kindle Feedback
101 New need examples before, too hard for newbie Feedback
100 New // missing high index implies len(s) fmt.Println("p[4:] ==", p[4:]) should be changed to... Feedback
99 New It would be helpful if I could download all of the text of the program pane. I have been doing so... Feedback
98 New This is a small comment. However I found the slice assignment d := c[2:5] less helpful than d :=... Feedback
97 Invalid time.Now() is not close to the correct time, not sure if this is intentional or not. Feedback
96 New For the entire tour (not just this page), when trying to type " on the opera browser (that I know... Feedback
95 New In golang tour page 40, word count with maps. The test suite seems to incorrectly use the hardco... Feedback
94 New Please allow me to view in desktop mode in Chrome on Android. Feedback
93 Invalid "type String string" seems to cause problems with go version go1.1.1 linux/amd64 Feedback
92 Invalid The original code in tour page #5 referred to math.pi, but it is really called math.Pi Feedback
91 Invalid There's no synchronization between the 2 invocations of say(), so the output shows 5 "hello" line... Feedback
90 New what does z and x represent or what value do they hold Feedback
89 Duplicate When I use Ctrl+PageUp/Down to switch tabs in the browser, it changes the chapter as if I pressed... Feedback
88 Fixed point out that := short assignments cannot be used for constants inside the function Feedback