From f9dc91dcbed89065eab699d31f252fbde50250df Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 12 Jun 2016 14:04:49 +0900 Subject: [PATCH] remove godep installation from make install --- scripts/make-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/make-install.sh b/scripts/make-install.sh index d01652c..6795a59 100755 --- a/scripts/make-install.sh +++ b/scripts/make-install.sh @@ -1,7 +1,5 @@ #!/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