1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-23 10:52:20 +00:00

add go get

This commit is contained in:
Evgeniy Sokolov 2018-05-05 20:33:00 +02:00
parent b3918b9663
commit 9e9ac12938

View File

@ -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