cron
travis-ci
Fix golangci nits (#68) This PR addresses the low hanging nits [flagged by GolangCI](https://golangci.com/r/github.com/letsencrypt/ct-woodpecker). It leaves three "megacheck" findings yet to be addressed in the `cttestsrv`: * signedLogRoot.TreeSize is deprecated: TreeSize moved to LogRoot. * signedLogRoot.TimestampNanos is deprecated: TimestampNanos moved to LogRoot. * signedLogRoot.RootHash is deprecated: RootHash moved to LogRoot. All of the above are a result of https://github.com/google/trillian/commit/0c12c8487 - it looks like the `certificate-transparency-go` ctfe is still using the deprecated fields so I think we can ignore these for now. I _think_ fixing it will require unserializing the `log_root []byte` from the response and that's too fiddly for my low-hanging PR.
3 of 3 new or added lines in 2 files covered. (100.0%)
766 of 1140 relevant lines covered (67.19%)
4.38 hits per line