Codebase list golang-github-tomnomnom-linkheader / upstream/0.1.0+git20180905.02ca582 script / bootstrap
upstream/0.1.0+git20180905.02ca582

Tree @upstream/0.1.0+git20180905.02ca582 (Download .tar.gz)

bootstrap @upstream/0.1.0+git20180905.02ca582raw · 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