To become a better Gopher, be bold and study the source code of the packages you import. Not only will you better understand how they work, but you'll also learn what patterns they use in practice. #golang

May 18, 2023 · 5:44 AM UTC

2
7
1
64
Replying to @inancgumus
meanwhile the patterns in your imported pkgs
1
3
Replying to @inancgumus
That is always the case. The only time I find myself navigating official docs is when I need the import path for go get. Every other time I read directly from source code
1