gvisor/tools/go_marshal/test/external/BUILD

12 lines
226 B
Python

load("//tools:defs.bzl", "go_library")
licenses(["notice"])
go_library(
name = "external",
testonly = 1,
srcs = ["external.go"],
marshal = True,
visibility = ["//tools/go_marshal/test:gomarshal_test"],
)