storage/memory: add garbage collection method

This commit is contained in:
Eric Chiang
2016-10-12 18:47:47 -07:00
parent d27f5e411f
commit c14ab3c44e
2 changed files with 20 additions and 24 deletions

View File

@@ -7,5 +7,5 @@ import (
)
func TestStorage(t *testing.T) {
conformance.RunTestSuite(t, New)
conformance.RunTests(t, New)
}