Tweaky tweak fun.
This commit is contained in:
parent
1285404a93
commit
e03f178b0c
|
@ -6,11 +6,11 @@ echo "Updating the dependencies"
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
$GO111MODULE = off
|
$GO111MODULE = "off"
|
||||||
go get -u github.com/mailru/easyjson/...
|
go get -u github.com/mailru/easyjson/...
|
||||||
easyjson -pkg common
|
easyjson -pkg common
|
||||||
} || {
|
} || {
|
||||||
echo "Defaulting to bundled generated easyjson file"
|
echo "Defaulting to bundled generated easyjson file"
|
||||||
}
|
}
|
||||||
$GO111MODULE = auto
|
$GO111MODULE = "auto"
|
||||||
go get
|
go get
|
Loading…
Reference in New Issue