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:
parent
9e9ac12938
commit
6a5f518a9b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user