From d2173f5f0ecbf4ed93c768e975435b04df3186ec Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 21 Mar 2014 13:21:33 -0600 Subject: Fix db.munmap() to return an error. Changes munmap to return an error and the DB now implements io.Closer. I also removed all the OS and Syscall mocking because it's causing issues. Corrupt file tests need to be recreated but directly using the file system instead. --- NOTES | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 NOTES (limited to 'NOTES') diff --git a/NOTES b/NOTES deleted file mode 100644 index 967d3aa..0000000 --- a/NOTES +++ /dev/null @@ -1,17 +0,0 @@ - - - ===0=== - | d|g | - |1|2|3| - ======= - | | | - ------ | ------- - | | | -===1=== ===2=== ===3=== -|a|b|c| |d|e|f| |g|h|i| -|-|-|-| |-|-|-| |-|-|-| -|*|*|*| |*|*|*| |*|*|*| -|*|*|*| |*|*|*| |*|*|*| -|*|*|*| |*|*|*| |*|*|*| - - -- cgit v1.2.3