cdb icon indicating copy to clipboard operation
cdb copied to clipboard

Add cdb.Get and command 'cdbget'; no fs dependency in tests

Open mgumz opened this issue 11 years ago • 0 comments

I added an interface to cdb.Get to port 'cdbget' to Golang. I also tweaked the cdb_test.go a little bit by implementing a []byte-backed io.WriteSeeker to avoid any filesystem related dependencies while running tests.

mgumz avatar Nov 23 '14 21:11 mgumz