fix: golint.

This commit is contained in:
Ludovic Fernandez 2018-10-12 09:28:03 +02:00 committed by Traefiker Bot
parent 7eeac63139
commit 5632952665

View file

@ -5,7 +5,7 @@ RUN apk --update upgrade \
&& rm -rf /var/cache/apk/*
RUN go get github.com/containous/go-bindata/... \
&& go get github.com/golang/lint/golint \
&& go get golang.org/x/lint/golint \
&& go get github.com/kisielk/errcheck \
&& go get github.com/client9/misspell/cmd/misspell