Skip to content

Version 0.0.1

Compare
Choose a tag to compare
@timandy timandy released this 20 Jan 08:39
· 306 commits to main since this release

Release notes

Features

  • Support go version range go1.12 ~ go1.16.
  • Support Goid() to get current goroutine id.
  • Support AllGoids to get all goroutine ids.
  • Support ThreadLocal to save values ingo to goroutine.

Known Issues

  • NewLocalStorage() always return the same value.

Links