github.com/go-eden/common@v0.1.15-0.20210617133546-059099253264/goid/README.md (about)

     1  # goid
     2  
     3  Util to find `ID` of `goroutine`:
     4  
     5  ```golang
     6  import "github.com/go-eden/common/goid"
     7  ...
     8  var gid = goid.Gid() // goroutine's id
     9  ```