Open flowchartsman opened 5 years ago
Much like package flag, conf should allow the user to select what happens when there's a difficulty getting values for any field or when required values are missing. Probably:
flag
conf
os.Exit(2)
Much like package
flag
,conf
should allow the user to select what happens when there's a difficulty getting values for any field or when required values are missing. Probably:os.Exit(2)