mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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
This commit is contained in:
committed by
Shentubot
parent
18ebda3476
commit
5c8db0a818
+1
-1
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user