Codebase list golang-github-tomnomnom-linkheader / b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main script / bootstrap
b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main

Tree @b9f7e8cd-a8fa-4453-96a0-1b47b382c469/main (Download .tar.gz)

bootstrap @b9f7e8cd-a8fa-4453-96a0-1b47b382c469/mainraw · 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