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-pinner
Commits
4ad46f6f
Commit
4ad46f6f
authored
8 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-datastore changes 0.1.2
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
740596d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
pin.go
pin.go
+1
-1
pin_test.go
pin_test.go
+2
-2
set_test.go
set_test.go
+2
-2
No files found.
pin.go
View file @
4ad46f6f
...
...
@@ -12,7 +12,7 @@ import (
mdag
"github.com/ipfs/go-ipfs/merkledag"
logging
"gx/ipfs/QmNQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR/go-log"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
ds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
ds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
)
var
log
=
logging
.
Logger
(
"pin"
)
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
4ad46f6f
...
...
@@ -12,8 +12,8 @@ import (
"github.com/ipfs/go-ipfs/exchange/offline"
mdag
"github.com/ipfs/go-ipfs/merkledag"
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
ds
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
dssync
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore/sync"
ds
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
dssync
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore/sync"
)
func
randNode
()
(
*
mdag
.
Node
,
key
.
Key
)
{
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
4ad46f6f
...
...
@@ -12,8 +12,8 @@ import (
mh
"gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore"
dssync
"gx/ipfs/Qm
bCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs
/go-datastore/sync"
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore"
dssync
"gx/ipfs/Qm
fQzVugPq1w5shWRcLWSeiHF4a2meBX7yVD8Vw7GWJM9o
/go-datastore/sync"
)
func
ignoreKeys
(
key
.
Key
)
{}
...
...
This diff is collapsed.
Click to expand it.
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