datadog-go
datadog-go copied to clipboard
mock folder isn't exported
I get the last version of the datadog-go package but the mock folder isn't exported

Same, this is not good for testing.
go get github.com/DataDog/datadog-go/v5/statsd/mocks does nothing.
What is a correct way to use the generated mocks?
@ercalote I assume this is ok because it is always better to create mocks where they need to be used.