GetCaller returns the program counter of the caller's caller.
()
| 6 | |
| 7 | // GetCaller returns the program counter of the caller's caller. |
| 8 | func GetCaller() uintptr |
| 9 | |
| 10 | // GetCallerSkip1 is similar to GetCaller, but skips an additional caller. |
| 11 | func GetCallerSkip1() uintptr |