We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e69a6 commit 68a452cCopy full SHA for 68a452c
base/error.go
@@ -83,7 +83,6 @@ var (
83
84
// ErrInvalidJSON is returned when the JSON being unmarshalled cannot be parsed.
85
ErrInvalidJSON = HTTPErrorf(http.StatusBadRequest, "Invalid JSON")
86
-
87
)
88
89
func (e *sgError) Error() string {
0 commit comments