diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-06-19 14:05:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 14:05:03 +0100 |
commit | bc382bba4623a1c7ae16535541f2f4b23708999c (patch) | |
tree | 9149778f259732f866b5265f531a10158dd2eceb /cmd/client-api-proxy | |
parent | 7a2d5b17b98172b11ebcf2aa260745d0dccb2a1a (diff) |
Fix pipeline, emoji and syntax (#713)
Fixes #697
Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters.
Diffstat (limited to 'cmd/client-api-proxy')
-rw-r--r-- | cmd/client-api-proxy/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/client-api-proxy/main.go b/cmd/client-api-proxy/main.go index b602016d..27991c10 100644 --- a/cmd/client-api-proxy/main.go +++ b/cmd/client-api-proxy/main.go @@ -17,13 +17,14 @@ package main import ( "flag" "fmt" - log "github.com/sirupsen/logrus" "net/http" "net/http/httputil" "net/url" "os" "strings" "time" + + log "github.com/sirupsen/logrus" ) const usage = `Usage: %s |