From 6a5f518a9bccebfb40a840f9e5b34b31cc80f1dd Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Sat, 5 May 2018 20:59:25 +0200 Subject: [PATCH] add go get --- files/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/check.sh b/files/check.sh index 96d8d5b..4fd937d 100644 --- a/files/check.sh +++ b/files/check.sh @@ -4,7 +4,7 @@ DIR=`dirname $0` git config --global core.quotepath false -go get $DIR/... +go get ./... go build -o /tmp/check_spell $DIR/check_spell.go go build -o /tmp/check_links $DIR/check_links.go