Codebase list golang-github-tomnomnom-linkheader / e5c43c4e-c076-4235-a0c9-f3275c379c25/upstream script / bootstrap
e5c43c4e-c076-4235-a0c9-f3275c379c25/upstream

Tree @e5c43c4e-c076-4235-a0c9-f3275c379c25/upstream (Download .tar.gz)

bootstrap @e5c43c4e-c076-4235-a0c9-f3275c379c25/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