Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/changkun/goid

retrieve a goroutine id in Go 1
https://github.com/changkun/goid

Last synced: about 2 months ago
JSON representation

retrieve a goroutine id in Go 1

Awesome Lists containing this project

README

        

# goid

`goid` retrieves a goroutine id on user land that supports all Go 1 versions.

## Usage

Use it with care:

```go
id := goid.Get()
```

## License

MIT © Changkun