An open API service indexing awesome lists of open source software.

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

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.