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 21:11:49 +02:00
parent 6a5f518a9b
commit 80ad1b4330
2 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ for dic in $dicList
cat /usr/share/hunspell/$dic.aff | iconv --from ISO8859-1 --to UTF-8 | sed 's/SET ISO8859-1/SET UTF-8/' > /usr/share/hunspell/$dic-utf8.aff cat /usr/share/hunspell/$dic.aff | iconv --from ISO8859-1 --to UTF-8 | sed 's/SET ISO8859-1/SET UTF-8/' > /usr/share/hunspell/$dic-utf8.aff
done done
go get ./...
go get -u github.com/ewgRa/ci-utils/utils/diff_liner go get -u github.com/ewgRa/ci-utils/utils/diff_liner
go get -u github.com/ewgRa/ci-utils/utils/hunspell_parser go get -u github.com/ewgRa/ci-utils/utils/hunspell_parser
go get -u github.com/ewgRa/ci-utils/utils/github_comments_diff go get -u github.com/ewgRa/ci-utils/utils/github_comments_diff

View File

@ -4,7 +4,6 @@ DIR=`dirname $0`
git config --global core.quotepath false git config --global core.quotepath false
go get ./...
go build -o /tmp/check_spell $DIR/check_spell.go go build -o /tmp/check_spell $DIR/check_spell.go
go build -o /tmp/check_links $DIR/check_links.go go build -o /tmp/check_links $DIR/check_links.go