@@ -36,7 +36,7 @@ $ export GOPATH=$HOME/go
36
36
$ export PATH=$GOPATH /bin:$PATH
37
37
```
38
38
39
- _ Note: ` $GOPATH ` will probably go away with Go1.13 _
39
+ _ Note: ` $GOPATH ` will probably go away with Go1.13. _
40
40
41
41
Make sure the ` go ` tool is correctly setup:
42
42
@@ -116,16 +116,17 @@ The `Go` programming language is quite new (released in 2009) but
116
116
ships already with quite a fair amount of documentation.
117
117
Here are a few pointers:
118
118
119
- - http://golang.org/doc/code.html
120
- - http://tour.golang.org
121
- - http://golang.org/doc/effective_go.html
122
- - http://dave.cheney.net/resources-for-new-go-programmers
123
- - http://gobyexample.com
119
+ - https://golang.org/doc/code.html
120
+ - https://tour.golang.org
121
+ - https://golang.org/doc/effective_go.html
122
+ - https://dave.cheney.net/resources-for-new-go-programmers
123
+ - https://dave.cheney.net/practical-go/presentations/qcon-china.html
124
+ - https://gobyexample.com
124
125
125
126
For more advanced topics:
126
127
127
- - http ://talks.golang.org
128
- - http ://blog.golang.org
128
+ - https ://talks.golang.org
129
+ - https ://blog.golang.org
129
130
- https://groups.google.com/d/forum/golang-nuts (` Go ` community forum)
130
131
- the internets. typical queries are ` go something ` or ` golang something `
131
132
0 commit comments