diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2018-05-03 13:51:21 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-03 13:52:06 -0700 |
commit | 5c8db0a81882f009935cc6dd45cec47d5c38b267 (patch) | |
tree | cfa7a085c706422cd92a58b5f0b0f8583aa483c7 | |
parent | 18ebda3476f2e28101656d93a88107d587e0f1ca (diff) |
CONTRIBUTING.md: fix golang.org/x/sys/unix package name
This should be org_golang_x_sys instead of com_golang_x_sys
PiperOrigin-RevId: 195305212
Change-Id: I970a7edbcc871ccd4fcec184b1702fbd15b68e20
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f3ab4d5f..082e5d8ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ Rules: * Go standard library. * Except (transitively) package "net" (this will result in a non-cgo binary). Use `//pkg/unet` instead. - * `@com_golang_x_sys//unix:go_default_library` (Go import `golang.org/x/sys/unix`). + * `@org_golang_x_sys//unix:go_default_library` (Go import `golang.org/x/sys/unix`). * Generated Go protobuf packages. * `@com_github_golang_protobuf//proto:go_default_library` (Go import `github.com/golang/protobuf/proto`). * `@com_github_golang_protobuf//ptypes:go_default_library` (Go import `github.com/golang/protobuf/ptypes`). |