SSLMate / certspotter

Certificate Transparency Log Monitor
https://sslmate.com/certspotter
Mozilla Public License 2.0
955 stars 83 forks source link

Run gofmt #1

Closed titanous closed 8 years ago

titanous commented 8 years ago

This is the result of running gofmt -s **/*.go, which mechanically formats the code and simplifies few things that are unambiguous. Using gofmt is standard in the Go ecosystem. No actual code has changed, these are purely whitespace/formatting changes.