mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 06:16:39 +01:00
f7af730b50
This is using godep to manage the vendor directory.
5 lines
192 B
Go
5 lines
192 B
Go
// Package tb provides a generic lock-free implementation of the
|
|
// Token Bucket algorithm where non-conformity is handled by the user.
|
|
// http://en.wikipedia.org/wiki/Token_bucket
|
|
package tb
|