4 lines
155 B
Go
4 lines
155 B
Go
// Package throttled implements rate limiting access to resources such
|
|
// as HTTP endpoints.
|
|
package throttled // import "gopkg.in/throttled/throttled.v2"
|