6 ms·
The Go standard library is very well written and depending on which parts you read you can learn about lots of things like file operations, HTTP, crypto, etc.
by thomas11 9y ago
The Go standard library is very well written and depending on which parts you read you can learn about lots of things like file operations, HTTP, crypto, etc.
It's easy to read it all on the web, the docs are here: https://golang.org/pkg/ https://golang.org/pkg/ and clicking on a function name shows the source.
- kampsy 9y agoI totally agree with you. The Go standard library's is fun to read. I end up opening multiple tabs of different packages. Lots of fun.