()
| 110 | type TestErr string |
| 111 | |
| 112 | func (e TestErr) Error() string { return string(e) } |
| 113 | |
| 114 | // TestErrorUnwrap tests the behavior of gin.Error with "errors.Is()" and "errors.As()". |
| 115 | // "errors.Is()" and "errors.As()" have been added to the standard library in go 1.13. |
no outgoing calls
no test coverage detected