bytes.Buffer is a tremendously useful type, but it’s a bit large1.| Dave Cheney
This is a quick Friday blog post to talk about a recent experience I had working on a piece Juju code that needed to capture the data being sent over a net.Conn.| Dave Cheney
This is a thought experiment about sentinel error values in Go.| Dave Cheney
Did you know that Go 1.2 will ship with a built in test coverage tool ? The tool is integrated into go test and works similarly to the profiling tool, producing an output file which is interpreted by a second command.| Dave Cheney