Move 'esc' tool out of image into vendor'd source

Smaller that way, and more consistent

(Note we run it with GC enabled; it crashes in CI otherwise)
This commit is contained in:
Bryan Boreham
2020-12-29 22:01:40 +00:00
parent c1514219e8
commit c2578b6fb7
48 changed files with 23625 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ RUN go clean -i net && \
github.com/fzipp/gocyclo \
golang.org/x/lint/golint \
github.com/kisielk/errcheck \
github.com/mjibson/esc \
github.com/client9/misspell/cmd/misspell && \
chmod a+wr --recursive /usr/local/go && \
rm -rf /go/pkg/ /go/src/