go-openapi/errors
GitHub: go-openapi/errors
Stars: 36 | Forks: 30
# errors
[][test-url] [][cov-url] [][vuln-scan-url] [][codeql-url]
[][release-url] [][gocard-url] [][codefactor-url] [][license-url]
[][godoc-url] [][discord-url] [][goversion-url]  
Shared errors and error interface used throughout the various libraries found in the go-openapi toolkit.
## Announcements
Or join our Slack channel: [![slack-badge]][slack-url]
## Status
API is stable.
## Import this library in your project
go get github.com/go-openapi/errors
## Basic usage
const url = "https://www.example.com/#"
errGeneric := New(401,"onvalid argument: %s", url)
errNotFound := NotFound("resource not found: %s", url)
errNotImplemented := NotImplemented("method: %s", url)
## Change log
See
标签:EVTX分析