Go (GoLang)
- Go.dev
- Standard Library
- The Go Programming Language Specification
- go.dev/blog
- x/net/Websocket
- go-pcap - This is a native go packet processing library. It performs a function very similar to libpcap, or, for that matter, github.com/gopacket/gopacket/pcap, except that it is 100% native go.
- The Go Programming Language - The Go Programming Language Alan A. A. Donovan ยท Brian W. Kernighan Published Oct 26, 2015 in paperback and Nov 20 in e-book Addison-Wesley; 380pp; ISBN: 978-0134190440
- Go Plan9 Memo, Speeding Up Calculations 450%
- Leveraging benchstat Projections in Go Benchmark Analysis!
GopherCon 2017: Kavya Joshi - Understanding Channels
Channels provide a simple mechanism for goroutines to communicate, and a powerful construct to build sophisticated concurrency patterns. We will delve into the inner workings of channels and channel operations, including how they're supported by the runtime scheduler and memory management systems.
Google I/O 2012 - Go Concurrency Patterns
Concurrency is not Parallelism by Rob Pike
The Why of Go
Ken Thompson: When the three of us (Ken Thompson, Rob Pike, and Robert Griesemer) got started, it was pure research.
The three of us got together and decided that we hated C++. (Laughter) ...
(Returning to Go,) we started off with the idea that all three of us had to be talked into every feature in the laugage,
so there waws no extraneous garbage put into the lauguage for any reason.