gorrelation is a correlation ID library for Go applications. It looks like I’m porting all of my ruby life into Go. Not a bad thing, I guess.

While I’m a fan of staying with a monolithic app as long as it is both possible and sensible, I’ve got a side project that really needs to be split into at least two services. Being able to trace requests through the systems is going to be necessary. This is under active construction, so there will be many warts.

tags: Go, correlation ID, middleware