ducky/devices

Paddy 2015-11-12 Child:f5a9d5f8f28d

4:7bc6a84ac906 Go to Latest

ducky/devices/memstore_test.go

Minimal Memstore implementation. Create an in-memory version of the Storer that meets the minimal requirements set by our Storer tests so far.

History
paddy@4 1 package devices
paddy@4 2
paddy@4 3 func init() {
paddy@4 4 storers = append(storers, NewMemstore())
paddy@4 5 }