mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Minor BUILD file cleanup.
PiperOrigin-RevId: 252918338
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
|
||||
|
||||
package(
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
package(licenses = ["notice"])
|
||||
|
||||
go_library(
|
||||
name = "muxed",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
package(
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
package(licenses = ["notice"])
|
||||
|
||||
load("//tools/go_generics:defs.bzl", "go_template_instance")
|
||||
load("//tools/go_stateify:defs.bzl", "go_library")
|
||||
|
||||
Reference in New Issue
Block a user