Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # gazelle.sh regenerates BUILD.bazel files for Go source files. | ||||
3 | |||||
Leopold Schabel | b51250a | 2019-10-23 23:32:59 +0200 | [diff] [blame^] | 4 | bazel run //:gazelle -- update |
5 | bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=repositories.bzl%go_repositories |