gvisor/pkg/gohacks/BUILD

13 lines
212 B
Python

load("//tools:defs.bzl", "go_library")
package(licenses = ["notice"])
go_library(
name = "gohacks",
srcs = [
"gohacks_unsafe.go",
],
stateify = False,
visibility = ["//:sandbox"],
)