davecheney/go-1.9-release-party

Slide 22: runtime.Callers is not deprecated

Closed this issue · 2 comments

mpx commented

runtime.Callers isn't deprecated, but CallersFrames should be used to interpret the results instead of FuncForPC to handle inlined functions.

mpx commented

Also, s/agressive/aggressive/ on #22