Skip to content

Releases: mreithub/goref

v0.2.0

02 Jun 20:34

Choose a tag to compare

Major overhaul (with slight API changes):

  • .TakeSnapshot() was removed, .Clone() is now .GetSnapshot()

  • Using goroutines/channels instead of Mutexes

  • Added scope support

  • added gorilla-mux example

  • added simple benchmarks