summaryrefslogtreecommitdiff
path: root/odb_test.go
AgeCommit message (Collapse)Author
2014-01-25Test for Odb hash function.Claudiu-Vlad Ursache
2013-09-22Remove leftover reference to old constCarlos Martín Nieto
2013-09-11Wrap the odb streamsCarlos Martín Nieto
The interface to these streams should be what you expect from Go, and both have Write and Close functions so they implement Reader/ReadCloser and Write/WriteCloser respectively.