cihub / seelog

Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting.
BSD 3-Clause "New" or "Revised" License
1.64k stars 243 forks source link

fix caller for https://golang.org/doc/go1.12\#compiler #170

Open zhuzhengyang opened 5 years ago

zhuzhengyang commented 5 years ago

In version 1.12 of golang, Old code which no longer works correctly (it will miss inlined call frames). https://golang.org/doc/go1.12#compiler