summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/marshal/BUILD
blob: 47dda97a183c39abe3ccd1921f802f491062c3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load("@io_bazel_rules_go//go:def.bzl", "go_library")

package(licenses = ["notice"])

go_library(
    name = "marshal",
    srcs = [
        "marshal.go",
    ],
    importpath = "gvisor.dev/gvisor/tools/go_marshal/marshal",
    visibility = [
        "//:sandbox",
    ],
)