2018-10-27 04:12:13 +00:00
|
|
|
echo "Updating the dependencies"
|
2019-09-29 06:04:13 +00:00
|
|
|
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
|
2019-09-29 05:49:23 +00:00
|
|
|
go get -u github.com/mailru/easyjson/...
|
2019-09-29 06:09:05 +00:00
|
|
|
easyjson -pkg common || 0
|
2019-09-29 05:49:23 +00:00
|
|
|
go get
|