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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
On 2 Aug 2018, at 02:38, Allen Sun ***@***.***> wrote:
Hi, I have a question for the project.
Now there is a line of code :
func A() error{
return errors.Wrap(code, msg)
}
Then I have a caller err := A(), so can I use the returned err to get msg?
Thanks in advance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi, I have a question for the project.
Now there is a line of code :
Then I have a caller
err := A()
, so can I use the returnederr
to getmsg
?Thanks in advance.
The text was updated successfully, but these errors were encountered: