The sysexits package exports various ExitCode values that align with
/usr/include/sysexits.h. For example, instead of returning os.Exit(0) or
os.Exit(1), return os.Exit(sysexits.OK) and os.Exit(sysexits.Software),
respectively.
See https://godoc.org/github.com/sean-/sysexits