Exit codes from sysexits(3). https://mellium.im/sysexit/
Go to file
Sam Whited 9ca252b4cb
ci/woodpecker/push/dco Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/validate Pipeline was successful Details
.woodpecker: update checkdoc tool location
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-15 06:50:19 -04:00
.github/workflows .github: automatically close GitHub PRs 2022-07-14 07:33:21 -04:00
.woodpecker .woodpecker: update checkdoc tool location 2022-07-15 06:50:19 -04:00
.gitignore sysexit: update .gitignore file 2020-04-16 07:31:56 -04:00
DCO .builds: add CI config 2020-04-16 07:39:20 -04:00
LICENSE sysexit: merge in new sysexit from mellium repo 2017-09-20 23:42:07 -05:00
README.md all: add contributing information to readme 2022-07-14 07:32:38 -04:00
code_string.go sysexit: implement Error and fmt.Stringer 2020-04-16 07:33:26 -04:00
go.mod sysexit: implement Error and fmt.Stringer 2020-04-16 07:33:26 -04:00
go.sum sysexit: implement Error and fmt.Stringer 2020-04-16 07:33:26 -04:00
sysexit.go sysexit: implement Error and fmt.Stringer 2020-04-16 07:33:26 -04:00
sysexit_test.go sysexit: implement Error and fmt.Stringer 2020-04-16 07:33:26 -04:00
tools.go .woodpecker: support Codeberg CI (Woodpecker) 2022-07-14 07:28:35 -04:00

README.md

sysexit

Issue Tracker Docs Chat License

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.