aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.opentelemetry.io/otel/codes/ya.make
blob: e44764b90901a714cede7501a57dc6a4fdea847b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    codes.go
    doc.go
)

GO_TEST_SRCS(codes_test.go)

END()

RECURSE(gotest)