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
1 package devices
3 func init() {
4 storers = append(storers, NewMemstore())
5 }