Goref Versions Save

golang simple, thread-safe invocation tracker

v0.2.0

6 years ago

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