linkerd2/controller/tap
Andrew Seigner 2305974202
Introduce golangci-lint tooling, fixes (#2239)
`golangci-lint` performs numerous checks on Go code, including golint,
ineffassign, govet, and gofmt.

This change modifies `bin/lint` to use `golangci-lint`, and replaces
usage of golint and govet.

Also perform a one-time gofmt cleanup:
- `gofmt -s -w controller/`
- `gofmt -s -w pkg/`

Part of #217

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-02-13 11:16:28 -08:00
..
client.go Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
server.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
server_test.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00