Skip to content

Commit

Permalink
Dockerfile: Use fork of gotype
Browse files Browse the repository at this point in the history
The original gotype command has been removed.

Related to coala/coala-bears#1472
  • Loading branch information
jayvdb committed Mar 6, 2017
1 parent c794a4c commit 5a9d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ RUN source /etc/profile.d/go.sh && time go get -u \
github.com/golang/lint/golint \
golang.org/x/tools/cmd/goimports \
sourcegraph.com/sqs/goreturns \
golang.org/x/tools/cmd/gotype \
github.com/jayvdb/gotype \
github.com/kisielk/errcheck && \
find /tmp -mindepth 1 -prune -exec rm -rf '{}' '+'

Expand Down

0 comments on commit 5a9d5e5

Please sign in to comment.