blob: ace1a85b0233c429749b7d87f7bb3fd174ded2b6 (
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(
handler.go
instruments.go
internal_logging.go
meter.go
propagator.go
state.go
trace.go
)
GO_TEST_SRCS(
# benchmark_test.go
handler_test.go
instruments_test.go
internal_logging_test.go
meter_test.go
meter_types_test.go
# propagator_test.go
# state_test.go
# trace_test.go
util_test.go
)
END()
RECURSE(gotest)
|