Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errs is never nil #39

Closed
ss49919201 opened this issue Nov 24, 2021 · 0 comments
Closed

Errs is never nil #39

ss49919201 opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ss49919201
Copy link
Contributor

🏃Overview

Errs is never nil.
merr.New() returns Errs which is not nil.
If I check nil, it's not always nil.

e := merr.New
if e != nil {
  // I will definitely reach this block !
}

📖 Note

--

@ss49919201 ss49919201 added the bug Something isn't working label Nov 24, 2021
@yag13s yag13s added this to the v1.0.1 milestone Nov 25, 2021
@yag13s yag13s mentioned this issue Dec 12, 2021
15 tasks
@yag13s yag13s assigned yag13s and unassigned GenkiHirano Dec 12, 2021
@yag13s yag13s closed this as completed Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants