mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix minor typo
PiperOrigin-RevId: 390659097
This commit is contained in:
committed by
gVisor bot
parent
ed89602161
commit
a7b59445db
+2
-2
@@ -65,8 +65,8 @@ Rules:
|
||||
|
||||
* Itself.
|
||||
* Go standard library.
|
||||
* Except (transitively) package "net" (this will result in a non-cgo
|
||||
binary). Use `//pkg/unet` instead.
|
||||
* Except (transitively) package "net", which would result in a cgo
|
||||
binary. Use `//pkg/unet` instead.
|
||||
* `@org_golang_x_sys//unix:go_default_library` (Go import
|
||||
`golang.org/x/sys/unix`).
|
||||
* `@org_golang_x_time//rate:go_default_library` (Go import
|
||||
|
||||
Reference in New Issue
Block a user