How about this.

This commit is contained in:
Azareal 2019-09-29 16:49:57 +10:00
parent a6cdd49192
commit 235b7efa1a
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
echo "Updating the dependencies"
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
go get
{
cd extend
go get -u github.com/mailru/easyjson/...
cd ..
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"