mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Check in gVisor.
PiperOrigin-RevId: 194583126 Change-Id: Ica1d8821a90f74e7e745962d71801c598c652463
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package(licenses = ["notice"]) # Apache 2.0
|
||||
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
|
||||
|
||||
go_library(
|
||||
name = "binary",
|
||||
srcs = ["binary.go"],
|
||||
importpath = "gvisor.googlesource.com/gvisor/pkg/binary",
|
||||
visibility = ["//:sandbox"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "binary_test",
|
||||
size = "small",
|
||||
srcs = ["binary_test.go"],
|
||||
embed = [":binary"],
|
||||
)
|
||||
Reference in New Issue
Block a user