The Go library for throttling some actions
Go to file
2021-01-25 17:26:51 +03:00
.gitignore Implement basic throttle library 2021-01-19 00:13:33 +03:00
config.go Implement basic throttle library 2021-01-19 00:13:33 +03:00
go.mod Implement basic throttle library 2021-01-19 00:13:33 +03:00
go.sum Implement basic throttle library 2021-01-19 00:13:33 +03:00
LICENSE Implement basic throttle library 2021-01-19 00:13:33 +03:00
README.md Implement basic throttle library 2021-01-19 00:13:33 +03:00
throttle.go Add missing checks, fix rateLimit parameter format to time.Duration 2021-01-25 17:26:51 +03:00

go-throttle

The Go library for throttling some actions, for example, API requests to some network service.

Install

Using Go Modules:

go get github.com/ChronosX88/go-throttle

Usage

TBD

License

This project is licensed under the MIT license, Copyright (c) 2021 ChronosX88. For more information see LICENSE file.