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