DataDog / datadog-go

go dogstatsd client library for datadog
MIT License
353 stars 132 forks source link

mock folder isn't exported #259

Open Caroline-theotter opened 2 years ago

Caroline-theotter commented 2 years ago

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

Screenshot 2022-05-23 at 11 16 42
ercalote commented 1 year ago

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?

obalunenko commented 8 months ago

@ercalote I assume this is ok because it is always better to create mocks where they need to be used.