diff options
author | Martin Kobetic <mkobetic@gmail.com> | 2014-04-13 15:05:28 +0000 |
---|---|---|
committer | Steven Normore <snormore@gmail.com> | 2014-04-16 13:27:48 +0000 |
commit | 3ae69d73fbfbe132b6bf305ff58beb12640b874e (patch) | |
tree | c1c3c4d5298f356809d816775adcad8ef0ca8f81 /c/cursor_test.go | |
parent | minor cleanup (diff) | |
download | dedo-3ae69d73fbfbe132b6bf305ff58beb12640b874e.tar.gz dedo-3ae69d73fbfbe132b6bf305ff58beb12640b874e.tar.xz |
cleanup
Diffstat (limited to 'c/cursor_test.go')
-rw-r--r-- | c/cursor_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/cursor_test.go b/c/cursor_test.go index 7c45346..12710d9 100644 --- a/c/cursor_test.go +++ b/c/cursor_test.go @@ -1,6 +1,5 @@ package c -import "C" import ( "github.com/boltdb/bolt" "github.com/stretchr/testify/assert" |