diff options
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b0958ca8..e680428c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,9 +32,9 @@ will need to be added to the appropriate `BUILD` files, and the `:gopath` target will need to be re-run to generate appropriate symlinks in the `GOPATH` directory tree. -Dependencies can be added by using `go get`. In order to keep the -`WORKSPACE` file in sync, run `bazel run //:gazelle -- update-repos -from_file=go.mod` -in place of `go mod`. +Dependencies can be added by using `go get`. In order to keep the `WORKSPACE` +file in sync, run `bazel run //:gazelle -- update-repos -from_file=go.mod` in +place of `go mod`. ### Coding Guidelines |