diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ba5448b --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +install: + ./scripts/make-install.sh + +start: + godep go run main.go diff --git a/scripts/make-install.sh b/scripts/make-install.sh new file mode 100755 index 0000000..e143aa9 --- /dev/null +++ b/scripts/make-install.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +go get github.com/alecthomas/gometalinter +gometalinter --install --update