mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 06:01:25 +00:00
13 lines
373 B
Python
13 lines
373 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "baggage",
|
||
|
srcs = [
|
||
|
"baggage.go",
|
||
|
"context.go",
|
||
|
],
|
||
|
importmap = "peridot.resf.org/vendor/go.opentelemetry.io/otel/internal/baggage",
|
||
|
importpath = "go.opentelemetry.io/otel/internal/baggage",
|
||
|
visibility = ["//vendor/go.opentelemetry.io/otel:__subpackages__"],
|
||
|
)
|