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
fb8c0d56
Commit
fb8c0d56
authored
6 years ago
by
Hector Sanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gx Bubble. libp2p-6.0.38
License: MIT Signed-off-by:
Hector Sanjuan
<
code@hector.link
>
parent
1beea9fe
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
gc/gc.go
gc/gc.go
+2
-2
pin.go
pin.go
+1
-1
pin_test.go
pin_test.go
+2
-2
set.go
set.go
+1
-1
set_test.go
set_test.go
+2
-2
No files found.
gc/gc.go
View file @
fb8c0d56
...
...
@@ -8,8 +8,8 @@ import (
"strings"
pin
"github.com/ipfs/go-ipfs/pin"
dag
"gx/ipfs/Qm
Scf5hnTEK8fDpRJAbcdMnKXpKUp1ytdymzXUbXDCFssp
/go-merkledag"
bserv
"gx/ipfs/Qm
XBjp9iatjaiEpRqrEZpUuKVWTc71vuSUYoPQ5rRQ3SUU
/go-blockservice"
dag
"gx/ipfs/Qm
P9i4G9nRcfKBnpk1A7CwU7ppLkSn2j6vJeWn2AJ8rfcN
/go-merkledag"
bserv
"gx/ipfs/Qm
dvbc3xsufJasP1idu6dZKiLLfEzuaLpuriCyUK7Aukje
/go-blockservice"
cid
"gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
dstore
"gx/ipfs/QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9/go-datastore"
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
fb8c0d56
...
...
@@ -10,7 +10,7 @@ import (
"time"
"github.com/ipfs/go-ipfs/dagutils"
mdag
"gx/ipfs/Qm
Scf5hnTEK8fDpRJAbcdMnKXpKUp1ytdymzXUbXDCFssp
/go-merkledag"
mdag "gx/ipfs/Qm
P9i4G9nRcfKBnpk1A7CwU7ppLkSn2j6vJeWn2AJ8rfcN
/go-merkledag"
cid "gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
ds "gx/ipfs/QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9/go-datastore"
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
fb8c0d56
...
...
@@ -5,8 +5,8 @@ import (
"testing"
"time"
mdag
"gx/ipfs/Qm
Scf5hnTEK8fDpRJAbcdMnKXpKUp1ytdymzXUbXDCFssp
/go-merkledag"
bs
"gx/ipfs/Qm
XBjp9iatjaiEpRqrEZpUuKVWTc71vuSUYoPQ5rRQ3SUU
/go-blockservice"
mdag
"gx/ipfs/Qm
P9i4G9nRcfKBnpk1A7CwU7ppLkSn2j6vJeWn2AJ8rfcN
/go-merkledag"
bs
"gx/ipfs/Qm
dvbc3xsufJasP1idu6dZKiLLfEzuaLpuriCyUK7Aukje
/go-blockservice"
util
"gx/ipfs/QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz/go-ipfs-util"
cid
"gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
fb8c0d56
...
...
@@ -10,7 +10,7 @@ import (
"sort"
"github.com/ipfs/go-ipfs/pin/internal/pb"
"gx/ipfs/Qm
Scf5hnTEK8fDpRJAbcdMnKXpKUp1ytdymzXUbXDCFssp
/go-merkledag"
"gx/ipfs/Qm
P9i4G9nRcfKBnpk1A7CwU7ppLkSn2j6vJeWn2AJ8rfcN
/go-merkledag"
cid
"gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
ipld
"gx/ipfs/QmZ6nzCLwGLVfRzYLpD7pW6UNuBDKEcA2imJtVpbEx2rxy/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
fb8c0d56
...
...
@@ -5,8 +5,8 @@ import (
"encoding/binary"
"testing"
dag
"gx/ipfs/Qm
Scf5hnTEK8fDpRJAbcdMnKXpKUp1ytdymzXUbXDCFssp
/go-merkledag"
bserv
"gx/ipfs/Qm
XBjp9iatjaiEpRqrEZpUuKVWTc71vuSUYoPQ5rRQ3SUU
/go-blockservice"
dag
"gx/ipfs/Qm
P9i4G9nRcfKBnpk1A7CwU7ppLkSn2j6vJeWn2AJ8rfcN
/go-merkledag"
bserv
"gx/ipfs/Qm
dvbc3xsufJasP1idu6dZKiLLfEzuaLpuriCyUK7Aukje
/go-blockservice"
cid
"gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
ds
"gx/ipfs/QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9/go-datastore"
...
...
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