address some lint

This commit is contained in:
Michael McLoughlin
2018-12-05 00:27:42 -08:00
parent 022cbb7792
commit fa18d7229f
5 changed files with 17 additions and 20 deletions

5
script/bootstrap Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash -ex
# Install golangci-lint
golangci_lint_version='v1.12.3'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}