Commit 8a8c45c0 authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix: gocheck imports

parent 238411e2
......@@ -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.
......
......@@ -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/gocheck"
. "gopkg.in/check.v1"
)
// Hook up gocheck into the "go test" runner.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment