diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-28 11:54:41 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-28 11:54:41 -0800 |
commit | 6a3a8be30183abaef1473c02d5e5b7ac637d7757 (patch) | |
tree | 1814f509cf76d851a2712c738aa5f19efa656851 /CONTRIBUTING.md | |
parent | 322dbfe06bfc3949b7b3a7e7add695c41213ddec (diff) | |
parent | e5d9a4010bdbea10320348b022ee5b761c1eba07 (diff) |
Merge pull request #1827 from amscanne:fix_go_mod
PiperOrigin-RevId: 297895651
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71650a4b8..ad8e710da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +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`. + ### Coding Guidelines All Go code should conform to the [Go style guidelines][gostyle]. C++ code |