How about this.
This commit is contained in:
parent
a6cdd49192
commit
235b7efa1a
|
@ -1,9 +1,7 @@
|
||||||
echo "Updating the dependencies"
|
echo "Updating the dependencies"
|
||||||
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
|
cp ./common/common_easyjson.tgo ./common/common_easyjson.go
|
||||||
|
go get
|
||||||
{
|
{
|
||||||
cd extend
|
|
||||||
go get -u github.com/mailru/easyjson/...
|
|
||||||
cd ..
|
|
||||||
easyjson -pkg common
|
easyjson -pkg common
|
||||||
} || {
|
} || {
|
||||||
echo "Defaulting to bundled generated easyjson file"
|
echo "Defaulting to bundled generated easyjson file"
|
||||||
|
|
Loading…
Reference in New Issue