Codebase list golang-github-tomnomnom-linkheader / lintian-fixes/main script / bootstrap
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

bootstrap @lintian-fixes/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