Files
goreportcard/scripts/make-install.sh
2016-05-12 11:30:27 +02:00

8 lines
166 B
Bash
Executable File

#!/bin/bash
go get github.com/tools/godep
go get github.com/alecthomas/gometalinter
gometalinter --install --update
go get github.com/client9/misspell/cmd/misspell