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
0465079f
Commit
0465079f
authored
May 26, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
p2p: fix ci
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
e4db7f7a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
core/commands/commands_test.go
core/commands/commands_test.go
+3
-5
p2p/listener.go
p2p/listener.go
+1
-2
No files found.
core/commands/commands_test.go
View file @
0465079f
...
...
@@ -161,13 +161,11 @@ func TestCommands(t *testing.T) {
"/object/put"
,
"/object/stat"
,
"/p2p"
,
"/p2p/listener"
,
"/p2p/listener/close"
,
"/p2p/listener/ls"
,
"/p2p/listener/open"
,
"/p2p/close"
,
"/p2p/forward"
,
"/p2p/ls"
,
"/p2p/stream"
,
"/p2p/stream/close"
,
"/p2p/stream/dial"
,
"/p2p/stream/ls"
,
"/pin"
,
"/pin/add"
,
...
...
p2p/listener.go
View file @
0465079f
package
p2p
import
(
"errors"
"sync"
"github.com/pkg/errors"
)
type
Listener
interface
{
...
...
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