Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Resolve function to support Is interface
The Is interface may be used to resolve if no other unwrap interface is implemented. This interface is safe to use in this situation, unlike errors.Is, since the error should not be unwrapped further. Signed-off-by: Derek McGowan <derek@mcg.dev>
- Loading branch information