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
GO_LIBRARY() SRCS( counter.go gauge.go histogram.go int_gauge.go registry.go registry_opts.go stream.go timer.go vec.go ) GO_TEST_SRCS( counter_test.go gauge_test.go histogram_test.go registry_test.go timer_test.go vec_test.go ) END() RECURSE( gotest )