Internal change.

PiperOrigin-RevId: 650297675
This commit is contained in:
gVisor bot
2024-07-08 10:36:39 -07:00
parent d8266a08b8
commit 704e3289d3
+1 -3
View File
@@ -7,9 +7,7 @@ package(
go_library(
name = "shim",
srcs = [
"service.go",
],
srcs = ["service.go"],
visibility = ["//shim:__subpackages__"],
deps = [
"//pkg/cleanup",