Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 248 Bytes

go-slow

a reliable rate limiter which achieved by token bucket and slide windows

todo

  • add debug print
  • if the required permits is large than stored ,it should wait until the stored permits is enough or return false
  • cli tool
  • status api