PR #13 replaces internal/mock.NewSampler with a local staticSampler in the tests. No other files reference mock.NewSampler (confirmed via grep). The file internal/mock/sampler.go appears to be unused dead code and can be safely removed.
Action:
- Remove the dead code file or confirm its status.
Reference: #13 (comment)
PR #13 replaces
internal/mock.NewSamplerwith a localstaticSamplerin the tests. No other files referencemock.NewSampler(confirmed via grep). The fileinternal/mock/sampler.goappears to be unused dead code and can be safely removed.Action:
Reference: #13 (comment)