We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gen.py
1 parent 8629e00 commit e10e289Copy full SHA for e10e289
go/gen.py
@@ -2,7 +2,7 @@
2
Update generated files related to Go in the repo. Using --force will regenerate all files from scratch.
3
4
In particular the script will:
5
-1. update the `vendor` dir with `go work vendor` (using a go toolchain provided by bazel)
+1. update the `vendor` dir with `go mod vendor` (using a go toolchain provided by bazel)
6
2. update `BUILD.bazel` files using gazelle
7
3. update `ql/lib/go.dbscheme` using a compiled `go-dbschemegen`
8
"""
0 commit comments