Skip to content

Commit

Permalink
update link to book
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxrob committed Nov 27, 2024
1 parent 89203a8 commit 9f85384
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# My Personal "Awesome" Go List

🎉 Just learning Go? Welcome to the party! Here's what I recommend most people do to learn it well. Note that all of these resources (except [the code wizard book][book]) assume you already know how to program, that you know what a "loop" is, for example.
🎉 Just learning Go? Welcome to the party! Here's what I recommend most people do to learn it well. Note that all of these resources (except [the code wizard book][book]) assume you already know how to program, that you know what a "loop" is, for example.

0. [A Code Wizard's First Spell Book][book]
0. [A Code Mage's First Spell Book][book]
Learn practical computer science and programming with Go as a first language

[book]: <https://github.com/rwxrob/code-wizard-book>
[book]: <https://rwxrob.github.io/books/code-mage>

1. [Go by Example][12] and possibly [Tour of Go][1]
2. Browse the official [Go User Manual][13]
Expand Down

0 comments on commit 9f85384

Please sign in to comment.