Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changkun/goid
retrieve a goroutine id in Go 1
https://github.com/changkun/goid
Last synced: 3 months ago
JSON representation
retrieve a goroutine id in Go 1
- Host: GitHub
- URL: https://github.com/changkun/goid
- Owner: changkun
- License: mit
- Archived: true
- Created: 2019-08-27T17:15:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T19:06:11.000Z (over 5 years ago)
- Last Synced: 2024-08-02T20:46:23.518Z (6 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - changkun/goid - 08 star:0.0k fork:0.0k retrieve a goroutine id in Go 1 (Go)
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