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
GO_LIBRARY() SRCS( histogram.go number.go registry.go tags.go unistat.go ) GO_TEST_SRCS( histogram_test.go number_test.go registry_test.go tags_test.go unistat_test.go ) END() RECURSE( aggr example_server gotest )