jbarham

↗ HN profile [ 105 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. After then nth time copying and tweaking boilerplate Go code to enable HTTP graceful shutdown, I decided to package it up in to a library which I've called rsvp (i.e, "please respond"). Basic usage is to call…

  2. GopherChina Trip Report (blog.golang.org)
  3. Prints (commandcenter.blogspot.com)
  4. Rob Pike: Go at Google (talks.golang.org)
  5. Go 1 Release Candidate 1 (groups.google.com)
  6. There are obvious restrictions in terms of I/O and memory and CPU usage, but it is a nice demonstration of the speed of the compilers. The examples show off some of the more unusual features of Go like closures,…