linkerd2/cli
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
..
cmd lint: Enable goimports (#2366) 2019-02-25 15:51:10 -08:00
install CNI: Removed unnecessary tolerations; added created-by annotation. (#2222) 2019-02-07 13:36:00 -08:00
installsp Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
static If GOPATH env var not set, use build.Default.GOPATH (#2215) 2019-02-06 13:23:48 -05:00
Dockerfile-bin Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
main.go Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00