gvisor/website/cmd/server/BUILD

11 lines
186 B
Python

load("//tools:defs.bzl", "go_binary")
package(licenses = ["notice"])
go_binary(
name = "server",
srcs = ["main.go"],
pure = True,
visibility = ["//website:__pkg__"],
)