blob: 51aa4e989d95e1749c0e3165096a0305d4fbb113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
GO_LIBRARY()
SRCS(
description.go
doc.go
histogram.go
sample.go
value.go
)
GO_XTEST_SRCS(
description_test.go
example_test.go
)
END()
RECURSE(
)
|