Skip to content

Commit

Permalink
be more specific about references
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanhan101 committed Aug 26, 2020
1 parent e36b1b1 commit 6079d59
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
Expand Up @@ -26,9 +26,10 @@
Almost a year ago, in August 2019, I shared this Ultimate Go project on GitHub, and surprisingly, it got a lot of attention from the community.
Fast forward to August 2020, it now has over 11K stars, 900 folks with the help of more than 20 contributors.

The project is a collection of my notes while learning Go programming language. Different people have different learning styles.
For me, I learn best by doing and walking through examples. That said, I take notes carefully, comment directly on the source code
to make sure that I understand every single line of code as I am reading and also be mindful of the theories behind the scene.
The project is a collection of my notes while learning Go programming language from [Ardan Labs's Ultimate Go course](https://www.oreilly.com/library/view/ultimate-go-programming/9780134757476/).
Different people have different learning styles. For me, I learn best by doing and walking through examples.
That said, I take notes carefully, comment directly on the source code to make sure that I understand every single line
of code as I am reading and also be mindful of the theories behind the scene.

As Ultimate Go keeps growing, there’s one issue that keeps coming up. That’s about the format of the project. Specifically,
many people have requested an eBook version where the content is more streamlined and they can read it at their convenience.
Expand Down

0 comments on commit 6079d59

Please sign in to comment.