Skip to content

Instantly share code, notes, and snippets.

@koral--
Created October 16, 2018 13:20
Show Gist options
  • Save koral--/34c25c89f502f751cdcb74ac1dc1fc39 to your computer and use it in GitHub Desktop.
Save koral--/34c25c89f502f751cdcb74ac1dc1fc39 to your computer and use it in GitHub Desktop.
Stepconf usage
var config Config
if err := stepconf.Parse(&config); err != nil {
log.Errorf("Could not validate config, error: %s\n", err)
os.Exit(1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment