2025
March 29 dotGo 2014 - John Graham-Cumming - I came for the easy concurrency I stayed for the easy composition I had to watch this twice to fully appreciate it. John Graham-Cumming crams a 40-minute talk into 14 minutes. First, he shows how Go’s basic types and stdlib make writing a DNS lookup program quite trivial. Then he walks through how he generalized it with a simple interface. The code can be found here. ...