linkerd2/testutil
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
..
doc.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
kubernetes_helper.go lint: Enable goimports (#2366) 2019-02-25 15:51:10 -08:00
stream.go Add integration tests for tap (#1152) 2018-06-19 14:05:36 -07:00
test_helper.go Increase integration test timeouts (#2360) 2019-02-23 13:54:02 -08:00