-
Notifications
You must be signed in to change notification settings - Fork 996
Implement defers #1196
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
Implement defers #1196
Conversation
aykevl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will need to update testdata/calls.txt with the output of running testdata/calls.go for the tests to pass.
I checked the output against the calls.txt file and they appear to be the same. I'm sure I'm not crazy, but I think encoding might be the problem perhaps??? |
aykevl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, except these things. The added type safety may be useful.
|
Thank you! The |
No description provided.