cdb
cdb copied to clipboard
Add cdb.Get and command 'cdbget'; no fs dependency in tests
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.