Creative continues.

This commit is contained in:
Azareal 2019-09-29 16:15:16 +10:00
parent eb6e4f37df
commit fba5123a5a

View File

@ -1,5 +1,7 @@
echo "Updating the dependencies"
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
{
go get -u github.com/mailru/easyjson/...
easyjson -pkg common || 0
easyjson -pkg common
} || {}
go get