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-dms3ns
Commits
abf43026
Commit
abf43026
authored
6 years ago
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import order
parent
724e0fc7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ipns.go
ipns.go
+2
-2
record.go
record.go
+2
-2
select_test.go
select_test.go
+2
-2
No files found.
ipns.go
View file @
abf43026
...
...
@@ -5,12 +5,12 @@ import (
"fmt"
"time"
pb
"github.com/ipfs/go-ipns/pb"
proto
"github.com/gogo/protobuf/proto"
u
"github.com/ipfs/go-ipfs-util"
ic
"github.com/libp2p/go-libp2p-crypto"
peer
"github.com/libp2p/go-libp2p-peer"
pb
"github.com/ipfs/go-ipns/pb"
)
// Create creates a new IPNS entry and signs it with the given private key.
...
...
This diff is collapsed.
Click to expand it.
record.go
View file @
abf43026
...
...
@@ -4,14 +4,14 @@ import (
"bytes"
"errors"
pb
"github.com/ipfs/go-ipns/pb"
proto
"github.com/gogo/protobuf/proto"
logging
"github.com/ipfs/go-log"
ic
"github.com/libp2p/go-libp2p-crypto"
peer
"github.com/libp2p/go-libp2p-peer"
pstore
"github.com/libp2p/go-libp2p-peerstore"
record
"github.com/libp2p/go-libp2p-record"
pb
"github.com/ipfs/go-ipns/pb"
)
var
log
=
logging
.
Logger
(
"ipns"
)
...
...
This diff is collapsed.
Click to expand it.
select_test.go
View file @
abf43026
...
...
@@ -6,11 +6,11 @@ import (
"testing"
"time"
pb
"github.com/ipfs/go-ipns/pb"
proto
"github.com/gogo/protobuf/proto"
u
"github.com/ipfs/go-ipfs-util"
ci
"github.com/libp2p/go-libp2p-crypto"
pb
"github.com/ipfs/go-ipns/pb"
)
func
shuffle
(
a
[]
*
pb
.
IpnsEntry
)
{
...
...
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