Codebase list golang-github-tomnomnom-linkheader / 6244e2c5-f118-4586-aee9-a21aeb2c7216/upstream script / bootstrap
6244e2c5-f118-4586-aee9-a21aeb2c7216/upstream

Tree @6244e2c5-f118-4586-aee9-a21aeb2c7216/upstream (Download .tar.gz)

bootstrap @6244e2c5-f118-4586-aee9-a21aeb2c7216/upstreamraw · history · blame

1
2
3
4
5
6
#!/bin/sh
PROJDIR=$(cd `dirname $0`/.. && pwd)

echo "Installing gometalinter and linters..."
go get github.com/alecthomas/gometalinter
gometalinter --install