gosora/update-deps-linux

11 lines
246 B
Plaintext

echo "Updating the dependencies"
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
{
cd extend
go get -u github.com/mailru/easyjson/...
cd ..
easyjson -pkg common
} || {
echo "Defaulting to bundled generated easyjson file"
}
go get