https://github.com/projectdiscovery/goconfig
Helper library to save/restore internal values across multiple runs
https://github.com/projectdiscovery/goconfig
Last synced: about 1 year ago
JSON representation
Helper library to save/restore internal values across multiple runs
- Host: GitHub
- URL: https://github.com/projectdiscovery/goconfig
- Owner: projectdiscovery
- License: mit
- Created: 2021-06-30T10:12:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T23:20:33.000Z (almost 3 years ago)
- Last Synced: 2025-06-13T11:51:45.741Z (about 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 7
- Watchers: 13
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# goconfig
The package contains little helper functions that can snapshot a struct with exported fields and current values to a config file and reload it. This might be useful to implement functionalities such as stop/resume.