Okay, so we need a command there.

This commit is contained in:
Azareal 2019-09-29 16:18:43 +10:00
parent fba5123a5a
commit 1a7280e1dc

View File

@ -3,5 +3,7 @@ cp ./common/common_easyjson.tgo ./common/common_easyjson.go
{ {
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"
}
go get go get