Fog Creek Open Source - Logging & Config

Today I opened sourced, via Fog Creek, two libraries I have been working on. The first is a simple INI config file reader. While the package is small, it has 100% code coverage with tests, something I am pretty proud of. You can get this package on github.com/fogcreek/mini.

The second library is a logging package that implements the tagged logging feature I mentioned earlier this week. You can get this package on github.com/FogCreek/logging. Only 88% test coverage so far, I am not sure how to test the syslog integration yet.

I am really excited about releasing these two packages, my first Go open source. We are planning to write a blog post about it at Fog Creek, I will update you here.

fogcreek go programming