Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created February 13, 2020 13:55
Show Gist options
  • Save ripienaar/b3e7547f442a4bc941e24afac5a1190e to your computer and use it in GitHub Desktop.
Save ripienaar/b3e7547f442a4bc941e24afac5a1190e to your computer and use it in GitHub Desktop.
20200213_choria_config_blog
package config
var docStrings = map[string]string{
"loglevel": "The lowest level log to add to the logfile",
"logfile": "The file to write logs to, when set to an empty string logging will be to the console",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment