v0.2.5
This is a cleanup and minor bug-fix release.
- Issue #18: GetExtendedReport had incorrect behavior when the host's certificate length was 0.
- Issue #23: Replaced the glog dependency with the hard forked and maintained klog.
- Fixed a test bug that previously caused a test suite to be a no-op.
- Cleaned up golint warning that
interface{}
should be typeany
.