Let's get creative.

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

View File

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