gosora/update-deps-linux
2019-09-29 16:49:57 +10:00

9 lines
193 B
Plaintext

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