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

LICENSE(Apache-2.0)

SRCS(
    expectation.go
    expecter.go
    package.go
    temporal_matcher.go
)

END()