This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 61e3caa
Rename metrics_test_utils.go to avoid dependency on testing package. (#233)
Any code depending on the exporter would pull in the testing package (noticable
when listing flags).
Rename file to metrics_utils_test.go to limit inclusion to test binaries.
Verified by running `go list -deps . | grep testing`.1 parent 2827354 commit 61e3caa
1 file changed
File renamed without changes.
0 commit comments