mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-23 10:56:22 +02:00
6 lines
107 B
Go
6 lines
107 B
Go
package api
|
|
|
|
import "errors"
|
|
|
|
var ErrTooManyRequests = errors.New("too many requests sent for this month")
|