You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible for a deferred function call to modify the return value of its caller in go. For this to happen, two things must be the case: [...] The defer function must be a function literal declared inside the caller.
https://github.com/seebs/notes/blob/master/defer_return.md
This is not correct.
The text was updated successfully, but these errors were encountered: