Almost there.

This commit is contained in:
Azareal 2019-09-29 17:49:20 +10:00
parent 43fa0a5d78
commit 69e1e8d364
1 changed files with 5 additions and 1 deletions

View File

@ -8,9 +8,13 @@ echo "Updating the dependencies"
{
GO111MODULE="off"
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"
}
GO111MODULE="auto"
{
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"
}
go get