-
-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fdc970
commit e9221cd
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Resources | ||
|
||
There are many great free online resources to help you get started with Go including: | ||
|
||
* [How to Write Go Code](https://golang.org/doc/code.html) | ||
* [Tour of Go](https://go.dev/tour) | ||
* [Effective Go](https://golang.org/doc/effective_go.html) | ||
|
||
## Books | ||
* [Go Bootcamp](http://www.golangbootcamp.com/book/) | ||
* [Go Books](https://github.com/dariubs/GoBooks) | ||
|
||
## Blogposts | ||
* [Resources for new Go programmers](http://dave.cheney.net/resources-for-new-go-programmers) | ||
* [Resources for new Go programmers](https://dave.cheney.net/resources-for-new-go-programmers) | ||
|
||
## Organizations | ||
* [GoBridge](http://golangbridge.org) | ||
* [GoBridge](https://gobridge.org/) |