aschult5 / actiontime

A Golang library for tracking action time averages
MIT License
0 stars 1 forks source link

Allow test runner to call either Stats or statsImpl methods #38

Closed aschult5 closed 4 years ago

aschult5 commented 4 years ago

It would be nice to share the test runner, that way the same test cases could be run against the exported interface.