An open API service indexing awesome lists of open source software.

https://github.com/visualfc/gid

golang routine id
https://github.com/visualfc/gid

Last synced: 6 months ago
JSON representation

golang routine id

Awesome Lists containing this project

README

          

# gid
golang routine id

- GopherJS use `$curGoroutine`
- Other GOOS/GOARCH use

```
import "github.com/visualfc/gid"

var id int64 = gid.Get()
```