On Mon, Jan 2, 2017 at 6:13 PM, Toshiki Inami <09c0...@gmail.com> wrote: > > I've heard so many times it’s a very good practice to read some source code > written by great programmers. > I just wonder where to start this. > > Which library should I dive in first? / Are there some techniques of > studying existing codebase?
The Go standard library is a good place to start. Don't start with the low-level packages like runtime or sync, as they have many constraints. The higher level packages have many examples of good Go code. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.