gvisor/pkg/tcpip/link/tun/BUILD

13 lines
273 B
Python

load("//tools/go_stateify:defs.bzl", "go_library")
package(licenses = ["notice"])
go_library(
name = "tun",
srcs = ["tun_unsafe.go"],
importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/link/tun",
visibility = [
"//visibility:public",
],
)