aboutsummaryrefslogtreecommitdiff
path: root/os_test.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-27 10:11:54 -0500
committerBen Johnson <benbjohnson@yahoo.com>2014-01-27 10:11:54 -0500
commit192649f453af1f1fa79f41f1cfeed296ec51b545 (patch)
tree1195cb6ca23a6c8a576a8c24d10295ddc1515df6 /os_test.go
parentInitialize transaction/rwtransaction. (diff)
downloaddedo-192649f453af1f1fa79f41f1cfeed296ec51b545.tar.gz
dedo-192649f453af1f1fa79f41f1cfeed296ec51b545.tar.xz
Intermediate.
Diffstat (limited to 'os_test.go')
-rw-r--r--os_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/os_test.go b/os_test.go
index b2c7557..bb28352 100644
--- a/os_test.go
+++ b/os_test.go
@@ -2,6 +2,7 @@ package bolt
import (
"os"
+ "time"
"github.com/stretchr/testify/mock"
)