Merge pull request #715 from cmasone-attic/broken

Fix import of goleveldb package to point into Godeps/_workspace
This commit is contained in:
cmasone-attic
2015-12-03 10:28:02 -08:00

View File

@@ -6,7 +6,7 @@ import (
"github.com/attic-labs/noms/ref"
"github.com/attic-labs/noms/types"
"github.com/attic-labs/noms/walk"
"github.com/syndtr/goleveldb/leveldb/errors"
"github.com/attic-labs/noms/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors"
)
type dataStoreCommon struct {