peridot/vendor/go.opencensus.io/trace/tracestate/BUILD.bazel
2022-07-07 22:13:21 +02:00

10 lines
296 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "tracestate",
srcs = ["tracestate.go"],
importmap = "peridot.resf.org/vendor/go.opencensus.io/trace/tracestate",
importpath = "go.opencensus.io/trace/tracestate",
visibility = ["//visibility:public"],
)