m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Clean up Go source code #95

Closed SaiedKazemi closed 3 years ago

SaiedKazemi commented 3 years ago

This commit makes changes to this repo's Go source files (excluding the "*_test.go" files) so they would pass the following tools that check for correctness and style:

gofmt goimports golint go vet staticcheck

There is only one remaining "golint" warning in "parser/pt.go" but we can ignore it because this file will soon be deprecated.

There is no code change in this commit that would result in a different behavior.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 128


Totals Coverage Status
Change from base Build 122: -0.01%
Covered Lines: 1064
Relevant Lines: 1094

💛 - Coveralls