Added formatter, fixed docker build

This commit is contained in:
Mike Farah
2019-10-31 08:18:09 +11:00
parent d05391e244
commit 97d1aa2b26
5 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#!/bin/sh
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.21.0
set -e
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.21.0
go get golang.org/x/tools/cmd/goimports