gosora/update-deps-linux

9 lines
193 B
Plaintext
Raw Normal View History

echo "Updating the dependencies"
2019-09-29 06:04:13 +00:00
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
2019-09-29 06:49:57 +00:00
go get
2019-09-29 06:15:16 +00:00
{
easyjson -pkg common
2019-09-29 06:18:43 +00:00
} || {
echo "Defaulting to bundled generated easyjson file"
}
2019-09-29 05:49:23 +00:00
go get