aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.opentelemetry.io/otel/propagation/ya.make
blob: ffc87174cf8a6df8d0f33d1266148c0518ab37b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    baggage.go
    doc.go
    propagation.go
    trace_context.go
)

GO_XTEST_SRCS(
    baggage_test.go
    propagation_test.go
    propagators_test.go
    trace_context_benchmark_test.go
    trace_context_example_test.go
    trace_context_test.go
)

END()

RECURSE(gotest)