gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/pkg/sentry/seccheck/sinks/remote/wire/BUILD (about)

     1  load("//tools:defs.bzl", "go_library", "go_test")
     2  
     3  package(
     4      default_applicable_licenses = ["//:license"],
     5      licenses = ["notice"],
     6  )
     7  
     8  go_library(
     9      name = "wire",
    10      srcs = ["wire.go"],
    11      marshal = True,
    12      visibility = ["//:sandbox"],
    13  )
    14  
    15  go_test(
    16      name = "wire_test",
    17      size = "small",
    18      srcs = ["wire_test.go"],
    19      library = ":wire",
    20  )