File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -246,12 +246,12 @@ <h2 id="testing">Test your installation</h2>
246
246
</ p >
247
247
248
248
< pre class ="testUnix ">
249
- $ < b > cd $HOME/go/src/hello
249
+ $ < b > cd $HOME/go/src/hello</ b >
250
250
$ < b > go build</ b >
251
251
</ pre >
252
252
253
253
< pre class ="testWindows " style ="display: none ">
254
- C:\> < b > cd %USERPROFILE%\go\src\hello< b >
254
+ C:\> < b > cd %USERPROFILE%\go\src\hello</ b >
255
255
C:\Users\Gopher\go\src\hello> < b > go build</ b >
256
256
</ pre >
257
257
@@ -313,16 +313,10 @@ <h2 id="uninstall">Uninstalling Go</h2>
313
313
< h2 id ="help "> Getting help</ h2 >
314
314
315
315
< p >
316
- For real-time help, ask the helpful gophers in < code > #go-nuts</ code > on the
317
- < a href ="http://freenode.net/ "> Freenode</ a > IRC server.
316
+ For help, see the < a href ="/help/ "> list of Go mailing lists, forums, and places to chat</ a > .
318
317
</ p >
319
318
320
319
< p >
321
- The official mailing list for discussion of the Go language is
322
- < a href ="//groups.google.com/group/golang-nuts "> Go Nuts</ a > .
323
- </ p >
324
-
325
- < p >
326
- Report bugs using the
327
- < a href ="//golang.org/issue "> Go issue tracker</ a > .
320
+ Report bugs either by running “< b > < code > go</ code > < code > bug</ code > </ b > ”, or
321
+ manually at the < a href ="https://golang.org/issue "> Go issue tracker</ a > .
328
322
</ p >
You can’t perform that action at this time.
0 commit comments