mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 18:59:02 -06:00
Merge pull request #715 from cmasone-attic/broken
Fix import of goleveldb package to point into Godeps/_workspace
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user