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

Error Object #4

Merged
merged 6 commits into from
Jan 16, 2019
Merged

Error Object #4

merged 6 commits into from
Jan 16, 2019

Conversation

d5
Copy link
Owner

@d5 d5 commented Jan 16, 2019

func1 := func() {
  // ...
  return error("some error")
}

if err := func1(); is_error(err) {
  // handle error
}  

@d5 d5 merged commit 8171d58 into master Jan 16, 2019
@d5 d5 deleted the errorobject branch January 16, 2019 20:23
mccolljr added a commit that referenced this pull request Aug 4, 2019
mccolljr added a commit that referenced this pull request Aug 4, 2019
* fix go.mod to work with the travis ci build

* fix issue with gimme and 1.12

* fix issue with gimme and 1.12 (#2)

* fix issue with gimme and 1.12 (#3)

* fix issue with gimme and 1.12 (#4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant