parent
48f78863a4
commit
7af4d82292
6 changed files with 5 additions and 5 deletions
@ -1,4 +1,4 @@ |
|||||||
package errorx |
package errors |
||||||
|
|
||||||
import "bytes" |
import "bytes" |
||||||
|
|
@ -1,4 +1,4 @@ |
|||||||
package errorx |
package errors |
||||||
|
|
||||||
import ( |
import ( |
||||||
"errors" |
"errors" |
@ -1,5 +1,5 @@ |
|||||||
// nolint:gomnd
|
// nolint:gomnd
|
||||||
package errorx |
package errors |
||||||
|
|
||||||
// BadRequest new BadRequest error that is mapped to a 400 response.
|
// BadRequest new BadRequest error that is mapped to a 400 response.
|
||||||
func BadRequest(reason, message string) *Error { |
func BadRequest(reason, message string) *Error { |
@ -1,4 +1,4 @@ |
|||||||
package errorx |
package errors |
||||||
|
|
||||||
import ( |
import ( |
||||||
stderrors "errors" |
stderrors "errors" |
Loading…
Reference in new issue