This commit is contained in:
Azareal 2019-09-29 16:04:13 +10:00
parent 58f95847e9
commit 293a786fbc
1 changed files with 1 additions and 1 deletions

View File

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