...

Text file src/edge-infra.dev/third_party/test2json/BUILD.bazel

Documentation: edge-infra.dev/third_party/test2json

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "test2json",
     5    srcs = ["test2json.go"],
     6    importpath = "edge-infra.dev/third_party/test2json",
     7    visibility = ["//visibility:public"],
     8)

View as plain text