Skip to content

Commit

Permalink
Merge pull request google#6484 from dqminh:fix-go-mod-instructions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 392036519
  • Loading branch information
gvisor-bot committed Aug 20, 2021
2 parents 3ba8df9 + 8578e68 commit c633952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +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 mod get`. In order to keep the
`WORKSPACE` file in sync, run `tools/go_mod.sh` 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

Expand Down

0 comments on commit c633952

Please sign in to comment.