We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here is the code used in Caller() func:
c.pc = pcs[1] if runtime.FuncForPC(pcs[0]) != sigpanic { c.pc-- }
Could you please explain why the program counter is reduced by one ?