Adam Mckaig

Results 3 issues of Adam Mckaig

This replaces the `mustache_test` file with a much more comprehensive test suite generated from [the official Mustache spec](https://github.com/mustache/spec). I wrote [a little generator](https://github.com/adammck/mustache_spec_generator) to do this rather than parsing the...

The [v0.5](https://github.com/adammck/terraform-inventory/releases/tag/v0.5) release includes Windows builds, but to be honest I have no idea whether they work, because I don't have any Windows machines to test them on. It would...

The stdlib `log` package provides a useful "standard" logger, which can be used globally without passing a logger object around. This PR does the same thing for statsd, except the...