gifs/api
2014-10-17
Parent:96aac3ae74e6
gifs/api/memstore.go
Make UsageTracker an interface, ditch the channel interface. Stop using channels to track usage. Just call functions. Make UsageTracker an interface, so there can be multiple implementations, and create the in-memory implementation.