Created
October 16, 2018 13:20
-
-
Save koral--/34c25c89f502f751cdcb74ac1dc1fc39 to your computer and use it in GitHub Desktop.
Stepconf usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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