We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdc970 commit e9221cdCopy full SHA for e9221cd
docs/RESOURCES.md
@@ -1,14 +1,16 @@
1
# Resources
2
3
There are many great free online resources to help you get started with Go including:
4
+
5
* [How to Write Go Code](https://golang.org/doc/code.html)
6
+* [Tour of Go](https://go.dev/tour)
7
* [Effective Go](https://golang.org/doc/effective_go.html)
8
9
## Books
-* [Go Bootcamp](http://www.golangbootcamp.com/book/)
10
+* [Go Books](https://github.com/dariubs/GoBooks)
11
12
## Blogposts
-* [Resources for new Go programmers](http://dave.cheney.net/resources-for-new-go-programmers)
13
+* [Resources for new Go programmers](https://dave.cheney.net/resources-for-new-go-programmers)
14
15
## Organizations
-* [GoBridge](http://golangbridge.org)
16
+* [GoBridge](https://gobridge.org/)
0 commit comments