Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-datastore
Commits
8a8c45c0
Commit
8a8c45c0
authored
Sep 21, 2014
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: gocheck imports
parent
238411e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
key_test.go
key_test.go
+3
-2
lru/datastore_test.go
lru/datastore_test.go
+1
-2
No files found.
key_test.go
View file @
8a8c45c0
...
...
@@ -2,12 +2,13 @@ package datastore_test
import
(
"bytes"
.
"github.com/jbenet/datastore.go"
.
"launchpad.net/gocheck"
"math/rand"
"path"
"strings"
"testing"
.
"github.com/jbenet/datastore.go"
.
"gopkg.in/check.v1"
)
// Hook up gocheck into the "go test" runner.
...
...
lru/datastore_test.go
View file @
8a8c45c0
...
...
@@ -2,12 +2,11 @@ package lru_test
import
(
"strconv"
"testing"
ds
"github.com/jbenet/datastore.go"
lru
"github.com/jbenet/datastore.go/lru"
.
"
launchpad.net/go
check"
.
"
gopkg.in/
check
.v1
"
)
// Hook up gocheck into the "go test" runner.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment