Package problem implements errors similar to the ones described by RFC 7807. https://code.soquee.net/problem/
Go to file
Sam Whited ce82055849
.github: disable mirroring
Signed-off-by: Sam Whited <sam@samwhited.com>
2022-07-17 06:59:25 -04:00
.builds .builds: add builds.sr.ht CI config 2019-05-29 13:13:36 -05:00
.github/workflows .github: disable mirroring 2022-07-17 06:59:25 -04:00
CONTRIBUTING.md Initial public release 2019-05-27 00:09:29 -05:00
LICENSE Initial public release 2019-05-27 00:09:29 -05:00
README.md Initial public release 2019-05-27 00:09:29 -05:00
go.mod Return errors instead of logging them 2019-05-29 13:11:47 -05:00
problem.go Return errors instead of logging them 2019-05-29 13:11:47 -05:00
problem_test.go Return errors instead of logging them 2019-05-29 13:11:47 -05:00

README.md

problem

Package problem implements errors similar to the ones described by RFC7807.

import (
	"code.soquee.net/problem"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

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.