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-dms3
Commits
edb5a14f
Commit
edb5a14f
authored
Oct 22, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update datastore paths
parent
3ee3c44d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
blocks/set/dbset.go
blocks/set/dbset.go
+1
-1
blocks/set/set.go
blocks/set/set.go
+1
-1
pin/indirect.go
pin/indirect.go
+1
-1
pin/pin.go
pin/pin.go
+2
-2
pin/pin_test.go
pin/pin_test.go
+1
-1
No files found.
blocks/set/dbset.go
View file @
edb5a14f
package
set
package
set
import
(
import
(
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore"
"github.com/jbenet/go-ipfs/blocks/bloom"
"github.com/jbenet/go-ipfs/blocks/bloom"
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/util"
)
)
...
...
blocks/set/set.go
View file @
edb5a14f
...
@@ -3,7 +3,7 @@ package set
...
@@ -3,7 +3,7 @@ package set
import
(
import
(
"errors"
"errors"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore"
"github.com/jbenet/go-ipfs/blocks/bloom"
"github.com/jbenet/go-ipfs/blocks/bloom"
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/util"
...
...
pin/indirect.go
View file @
edb5a14f
...
@@ -3,7 +3,7 @@ package pin
...
@@ -3,7 +3,7 @@ package pin
import
(
import
(
"errors"
"errors"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore"
"github.com/jbenet/go-ipfs/blocks/set"
"github.com/jbenet/go-ipfs/blocks/set"
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/util"
)
)
...
...
pin/pin.go
View file @
edb5a14f
...
@@ -7,8 +7,8 @@ import (
...
@@ -7,8 +7,8 @@ import (
"encoding/json"
"encoding/json"
"sync"
"sync"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore"
nsds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
/namespace"
nsds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore/namespace"
"github.com/jbenet/go-ipfs/blocks/set"
"github.com/jbenet/go-ipfs/blocks/set"
mdag
"github.com/jbenet/go-ipfs/merkledag"
mdag
"github.com/jbenet/go-ipfs/merkledag"
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/util"
...
...
pin/pin_test.go
View file @
edb5a14f
...
@@ -3,7 +3,7 @@ package pin
...
@@ -3,7 +3,7 @@ package pin
import
(
import
(
"testing"
"testing"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/datastore
.go
"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/
go-
datastore"
bs
"github.com/jbenet/go-ipfs/blockservice"
bs
"github.com/jbenet/go-ipfs/blockservice"
mdag
"github.com/jbenet/go-ipfs/merkledag"
mdag
"github.com/jbenet/go-ipfs/merkledag"
"github.com/jbenet/go-ipfs/util"
"github.com/jbenet/go-ipfs/util"
...
...
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