https://github.com/kybernetwork/reload
https://github.com/kybernetwork/reload
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/reload
- Owner: KyberNetwork
- Created: 2022-10-07T02:24:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T07:44:42.000Z (over 3 years ago)
- Last Synced: 2025-04-06T23:09:10.059Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reload
Reload is a Golang library for dynamic reloading config.
## Installation
Use Go modules to install Reload.
```bash
go get github.com/KyberNetwork/reload
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)