7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
echo "Updating the dependencies"
|
|
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
|
|
{
|
|
go get -u github.com/mailru/easyjson/...
|
|
easyjson -pkg common
|
|
} || {}
|
|
go get |