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
p2p
go-p2p-pubsub
Commits
aabbdb11
Commit
aabbdb11
authored
Jul 13, 2020
by
Preston Van Loon
Committed by
vyzo
Jul 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pubsub.go
parent
54f20b5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pubsub.go
pubsub.go
+1
-1
No files found.
pubsub.go
View file @
aabbdb11
...
...
@@ -31,7 +31,7 @@ var (
// ErrSubscriptionCancelled may be returned when a subscription Next() is called after the
// subscription has been cancelled.
ErrSubscriptionCancelled
=
errors
.
New
(
"subscription cancelled
by calling sub.Cancel()
"
)
ErrSubscriptionCancelled
=
errors
.
New
(
"subscription cancelled"
)
)
var
log
=
logging
.
Logger
(
"pubsub"
)
...
...
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