I saw that there are various libraries for supporting various forms of
configuration files (yaml, ini, xml, json etc.) But I am wondering if there
are any libraries for supporting hot reload of these configuration files.
IOW, if I change the value of a configuration item in the .conf file, the
corresponding variable in the configuration object should also be changed.
I can implement my own library for doing this by watching the conf
directory using inotify, etc. But since some big names like Google,
Dropbox, Tumblr etc. and many startups are already using golang in
production, I wanted to know if there are any well-maintained libraries
that are already doing it, so that I can re-use the same instead of
re-inventing the wheel.
Any pointers ?
Thanks.
Sankar
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.