Closed abhinav closed 1 year ago
Clarify that the example of using run() and log.Fatal isn't intended to be prescriptive.
run()
log.Fatal
Provide samples of using os.Exit directly, using different exit codes, and clarify that there's flexibility here on how everything is set up.
os.Exit
Refs #189
Clarify that the example of using
run()
andlog.Fatal
isn't intended to be prescriptive.Provide samples of using
os.Exit
directly, using different exit codes, and clarify that there's flexibility here on how everything is set up.Refs #189