Closed mikehelmick closed 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()
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.
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()