Exit codes from sysexits(3).
https://mellium.im/sysexit/
ci/woodpecker/push/dco Pipeline was successful
Details
ci/woodpecker/push/test Pipeline was successful
Details
ci/woodpecker/push/validate Pipeline was successful
Details
Signed-off-by: Sam Whited <sam@samwhited.com> |
||
---|---|---|
.github/workflows | ||
.woodpecker | ||
.gitignore | ||
DCO | ||
LICENSE | ||
README.md | ||
code_string.go | ||
go.mod | ||
go.sum | ||
sysexit.go | ||
sysexit_test.go | ||
tools.go |
README.md
sysexit
This package contains a list of system exit codes and descriptions for when they should be used. For more information see sysexits(3).
import "mellium.im/sysexit"
If you'd like to contribute to the project, see CONTRIBUTING.md.
License
The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file "LICENSE".
Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.