linkheader/script/lint
2016-06-20 00:20:27 +01:00

7 lines
82 B
Bash
Executable File

#!/bin/sh
PROJDIR=$(cd `dirname $0`/.. && pwd)
cd ${PROJDIR}
go get
gometalinter