diff --git a/update-deps-linux b/update-deps-linux index 74253d8d..59238d3c 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -3,5 +3,7 @@ cp ./common/common_easyjson.tgo ./common/common_easyjson.go { go get -u github.com/mailru/easyjson/... easyjson -pkg common -} || {} +} || { + echo "Defaulting to bundled generated easyjson file" +} go get \ No newline at end of file