Mind the Gap
Friday, February 25, 2022
Hello Fediverse
›
After several years of not blogging, I've started writing the occasional post, but this time on the Fediverse. Visit my new blog on word...
Wednesday, April 01, 2015
The Go-2 Project
›
Following last week's public launch of the Go-2 project, this post describes the first release and invites contributions. Go-2 is a simp...
8 comments:
Tuesday, August 19, 2014
A simple dependency injection convention for Go
›
Steve Powell and I are experimenting with a minimal DI convention for Go which simplifies how we construct values of Go interfaces and use ...
Tuesday, July 01, 2014
Scoping the libcontainer API
›
In order to use libcontainer as the basis for a new Warden backend, it needs upgrading. The requirements for a Container API over and above ...
Thursday, June 19, 2014
Containers in Cloud Foundry: warden meets libcontainer
›
Pivotal has decided to merge Cloud Foundry's container technology with Docker's. I'm delighted to be working on this project w...
10 comments:
Tuesday, April 29, 2014
Gathering diagnostic context: an improved error idiom for Go
›
After discussing Better error handling idioms in Go and casting around a while, nothing turned up which was ideally suited to our project, ...
Friday, April 11, 2014
Better error handling idioms in Go
›
How often have you seen, or written, Go code like this? file, err := os.Open("someFile") if err != nil { return err ...
9 comments:
›
Home
View web version