aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.opentelemetry.io/otel/internal/ya.make
blob: 5981d6592c939bda20a996554fddc89aa035b5b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    gen.go
    rawhelpers.go
)

END()

RECURSE(
    attribute
    baggage
    global
    internaltest
    matchers
)