Open sourcing some useful Go utilities
Today we’re open-sourcing a couple small utilities we use internally:
`multilog` is a replacement for the built-in Go log package, supports a number of different logging levels, support for simultaneous logging to multiple files, a…