linkerd2/controller/tap
Andrew Seigner 25e462352d
lint: Enable goimports (#2366)
goimports checks import lines, adding missing ones and removing
unreferenced ones:
https://godoc.org/golang.org/x/tools/cmd/goimports

It also requires named imports for packages whose
import paths don't match their package names:
- https://github.com/golang/go/issues/28428
- https://go-review.googlesource.com/c/tools/+/145699/

Also standardized named imports of common Kubernetes packaages.

Part of #217

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-02-25 15:51:10 -08:00
..
client.go Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
server.go lint: Enable goimports (#2366) 2019-02-25 15:51:10 -08:00
server_test.go Add discovery package for managing discovery API (#2317) 2019-02-18 16:38:04 -08:00