ducky/devices

Paddy 2015-11-15 Parent:7bc6a84ac906 Child:f5a9d5f8f28d

6:e0bf06577ba5 Go to Latest

ducky/devices/memstore_test.go

Ignore coverage output. Add a .hgignore file to ignore the output file that tracks our test coverage.

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