Files
goreportcard/scripts/make-install.sh
2016-02-06 22:01:48 +09:00

8 lines
148 B
Bash
Executable File

#!/bin/bash
go get github.com/tools/godep
go get github.com/boltdb/bolt
go get github.com/alecthomas/gometalinter
gometalinter --install --update