Remove the bit in-front.

This commit is contained in:
Azareal 2019-09-29 17:44:28 +10:00
parent e03f178b0c
commit 43fa0a5d78
1 changed files with 2 additions and 2 deletions

View File

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