Categorygithub.com/ChronosX88/go-throttle
repositorypackage
0.0.0-20211224215823-669e7daa5ced
Repository: https://github.com/chronosx88/go-throttle.git
Documentation: pkg.go.dev

# README

go-throttle

The Go library for throttling some actions, for example, API requests to some network service. Inspired by CCXT's throttle.js library.

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.