Files
scratch/scribble.go
Adam Bouqdib 9cdf35aaef Fix mutex being copied & wrong mutex key
The get `getOrCreateMutex` function copies mutexes which the golang docs specifically tell us not to do: https://golang.org/pkg/sync/#Mutex

Also, the delete function was creating a mutex for the resource, not the collection.
2017-03-27 15:08:01 +02:00

6.0 KiB