aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.opentelemetry.io/otel/attribute/ya.make
blob: 17d3a35a37eaf49d9f9cac3a1beda7b1bc3549e8 (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
24
25
26
27
28
29
30
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    doc.go
    encoder.go
    filter.go
    iterator.go
    key.go
    kv.go
    set.go
    type_string.go
    value.go
)

GO_TEST_SRCS(filter_test.go)

GO_XTEST_SRCS(
    benchmark_test.go
    iterator_test.go
    key_test.go
    kv_test.go
    set_test.go
    value_test.go
)

END()

RECURSE(gotest)