sethvargo / go-limiter

A supersonic rate limiting package for Go with HTTP middleware.
Apache License 2.0
555 stars 40 forks source link

Change from Stop() to Close() #1

Closed mikehelmick closed 4 years ago

mikehelmick commented 4 years ago

Consider changing the Stop method on the stores i.e: https://github.com/sethvargo/go-limiter/blob/c55d9a79a898663b8e72c01c1a6bd9a63cf93966/memorystore/store.go#L152

To implement the io.Closer interface instead, rename Stop() to Close()

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.