blob: c5d26f8c1b60e95768397a0d8dc1efbc65e7f6cc (
plain) (
tree)
|
|
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
)
|