Skip to content

Releases: mreithub/goref

Release list

v0.2.0

Choose a tag to compare

@mreithub mreithub released this 02 Jun 20:34

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