gvisor/pkg/tcpip/link/tun/BUILD

13 lines
282 B
Python

package(licenses = ["notice"]) # BSD
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "tun",
srcs = ["tun_unsafe.go"],
importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/link/tun",
visibility = [
"//visibility:public",
],
)