blob: 8fb43179b0aad7c18b07b1ce4532f892ba13621d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
package(licenses = ["notice"])
load("//tools/go_marshal:defs.bzl", "go_library")
go_library(
name = "external",
testonly = 1,
srcs = ["external.go"],
importpath = "gvisor.dev/gvisor/tools/go_marshal/test/external",
visibility = ["//tools/go_marshal/test:gomarshal_test"],
)
|