github.com/weedge/lib@v0.0.0-20230424045628-a36dcc1d90e4/runtimer/readme.md (about)

     1  #### 介绍
     2  
     3  封装golang runtime运行时库的调用; 主要是 goroutine运行异常的封装,以及获取goroutine运行时调用的堆栈信息
     4  
     5  
     6  
     7  
     8  
     9  #### references
    10  
    11  1. [Stack Traces In Go](https://colobu.com/2016/04/19/Stack-Traces-In-Go/)
    12  2. [Scheduler Tracing In Go](https://colobu.com/2016/04/19/Scheduler-Tracing-In-Go/)
    13  2. [一文教你搞懂 Go 中栈操作](https://zhuanlan.zhihu.com/p/364813527)
    14  2. [妹纸](https://www.bilibili.com/s/video/BV1WZ4y1p7JT)
    15