fix basic tests.

This commit is contained in:
Jae Kwon
2014-10-04 19:16:49 -07:00
parent 11a79f11e0
commit 1ae9ecd2a9
18 changed files with 443 additions and 270 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package db
type Db interface {
type DB interface {
Get([]byte) []byte
Set([]byte, []byte)
}