issues
search
alokjha
/
go-tour
Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
http://tour.golang.org/#47 code is broken.
#137
GoogleCodeExporter
closed
8 years ago
1
You seem to be assuming I know a lot more than I actually do. You say, "(And a type declaration d...
#136
GoogleCodeExporter
opened
8 years ago
0
This example returns an error.
#135
GoogleCodeExporter
closed
8 years ago
1
Derr....never mind.
#134
GoogleCodeExporter
closed
8 years ago
1
Thursday actually is today
#133
GoogleCodeExporter
closed
8 years ago
1
The date on the server is wrong.
#132
GoogleCodeExporter
closed
8 years ago
1
Why does the same random number print every time it is run? Every time the range is ten I get 1...
#131
GoogleCodeExporter
closed
8 years ago
1
Not a problem, per se, but a remark here about default values would be appreciated. Can we alway...
#130
GoogleCodeExporter
opened
8 years ago
0
Not a problem, per se, but some questions immediately beg to be answered about package names: If...
#129
GoogleCodeExporter
opened
8 years ago
0
At() should return color.Color, not color.
#128
GoogleCodeExporter
opened
8 years ago
0
Trying to run the default hello program and getting error message.
#127
GoogleCodeExporter
opened
8 years ago
0
It probably would be a good idea to hint that you have to use the underlying io Reader to read th...
#126
GoogleCodeExporter
opened
8 years ago
0
no problem .. quite nice to solve again those problems !! :))
#125
GoogleCodeExporter
opened
8 years ago
0
No matter what I set the values to, I get a blue block. I even compiled the code native on my sy...
#124
GoogleCodeExporter
opened
8 years ago
0
Only the values 1, 2, 5, and 13 are stored at the leaves. The exercise continues to compare the ...
#123
GoogleCodeExporter
opened
8 years ago
0
Not very random...it always returns 81 when rand.Intn(100) is set.
#122
GoogleCodeExporter
closed
8 years ago
1
wtf "type" ? :)) more like press Shift+Enter if that's not obvious, should be hold Shift, press E...
#121
GoogleCodeExporter
opened
8 years ago
0
There is no way to solve exercise without background
#120
GoogleCodeExporter
opened
8 years ago
0
Cannot edit code in the Go tutorial on mobile Nexus 7, Chrome, Paranoid Android 3.X
#119
GoogleCodeExporter
opened
8 years ago
1
I'm confused about make vs new. Why can't a map be created using new? Can a slice be created us...
#118
GoogleCodeExporter
opened
8 years ago
0
This returned '1' as a random number 8 times in a row. I assume it doesn't change the seed becaus...
#117
GoogleCodeExporter
closed
8 years ago
1
This should be len(s) - 1
#116
GoogleCodeExporter
opened
8 years ago
0
math.pi should be math.Pi
#115
GoogleCodeExporter
closed
8 years ago
1
I just started looking at GoLang and have been looking at the tour. I have the newest version of ...
#114
GoogleCodeExporter
opened
8 years ago
0
Explaining the significance of := would help.
#113
GoogleCodeExporter
opened
8 years ago
0
need random seed
#112
GoogleCodeExporter
closed
8 years ago
1
go get returns "x509: failed to load system roots and no roots provided"
#111
GoogleCodeExporter
closed
8 years ago
5
trying to print i, believes it is not defined, but it is defined in the loop? Perhaps my misunde...
#110
GoogleCodeExporter
opened
8 years ago
0
Pi to tenth power
#109
GoogleCodeExporter
opened
8 years ago
0
This seems to always return 1. Not very random. Changing the integer to another number seems to g...
#108
GoogleCodeExporter
closed
8 years ago
11
This is sort of out-of-the-blue, the >> and <<. Maybe a paragraph about that?
#107
GoogleCodeExporter
opened
8 years ago
0
What is the difference between between "newly allocated" and a simple struct?
#106
GoogleCodeExporter
opened
8 years ago
0
Um some more hints would be nice for this exercise. Is z supposed to be complex128? If not, the...
#105
GoogleCodeExporter
opened
8 years ago
0
can't find import: "code.google.com/p/go.talks/pkg/playground"
#104
GoogleCodeExporter
closed
8 years ago
2
"Format Source Code" adds a new line to the bottom, which is understandable; however, gofmt remov...
#103
GoogleCodeExporter
closed
8 years ago
1
want a pdf version of this go tut to read in my kindle
#102
GoogleCodeExporter
opened
8 years ago
0
need examples before, too hard for newbie
#101
GoogleCodeExporter
opened
8 years ago
0
// missing high index implies len(s) fmt.Println("p[4:] ==", p[4:]) should be changed to...
#100
GoogleCodeExporter
opened
8 years ago
0
It would be helpful if I could download all of the text of the program pane. I have been doing so...
#99
GoogleCodeExporter
opened
8 years ago
0
This is a small comment. However I found the slice assignment d := c[2:5] less helpful than d :=...
#98
GoogleCodeExporter
opened
8 years ago
0
time.Now() is not close to the correct time, not sure if this is intentional or not.
#97
GoogleCodeExporter
closed
8 years ago
1
For the entire tour (not just this page), when trying to type " on the opera browser (that I know...
#96
GoogleCodeExporter
opened
8 years ago
0
In golang tour page 40, word count with maps. The test suite seems to incorrectly use the hardco...
#95
GoogleCodeExporter
opened
8 years ago
0
Please allow me to view in desktop mode in Chrome on Android.
#94
GoogleCodeExporter
opened
8 years ago
0
"type String string" seems to cause problems with go version go1.1.1 linux/amd64
#93
GoogleCodeExporter
closed
8 years ago
3
The original code in tour page #5 referred to math.pi, but it is really called math.Pi
#92
GoogleCodeExporter
closed
8 years ago
1
There's no synchronization between the 2 invocations of say(), so the output shows 5 "hello" line...
#91
GoogleCodeExporter
closed
8 years ago
2
what does z and x represent or what value do they hold
#90
GoogleCodeExporter
opened
8 years ago
0
When I use Ctrl+PageUp/Down to switch tabs in the browser, it changes the chapter as if I pressed...
#89
GoogleCodeExporter
closed
8 years ago
1
point out that := short assignments cannot be used for constants inside the function
#88
GoogleCodeExporter
closed
8 years ago
2
Previous
Next