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

add go get

This commit is contained in:
Evgeniy Sokolov 2018-05-05 20:59:25 +02:00
parent 9e9ac12938
commit 6a5f518a9b

View File

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