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

LICENSE(Apache-2.0)

SRCS(noop.go)

GO_TEST_SRCS(noop_test.go)

END()

RECURSE(gotest)