possible update deps fix

This commit is contained in:
Azareal 2020-05-27 10:03:26 +10:00
parent d0bc74f58f
commit 1e6aeb70d4
1 changed files with 6 additions and 0 deletions

View File

@ -17,4 +17,10 @@ GO111MODULE="auto"
} || {
echo "Defaulting to bundled generated easyjson file"
}
echo "Building the query generator"
go build -ldflags="-s -w" -o QGen "./cmd/query_gen"
echo "Running the query generator"
./QGen
go get