This website works better with JavaScript.
Home
Help
Register
Sign In
go
/
capstan
Watch
3
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Actually return errors.
multiapp-subsubapp
Benjamin Shelton
4 months ago
parent
2d4914c560
commit
ddcee9027f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
router_listen.go
+ 1
- 1
router_listen.go
View File
@ -236,7 +236,7 @@ func (r *Router) Listen() error {
r
.
wg
.
Wait
(
)
return
nil
return
err
}
// ListenHTTP allows client code to configure a new port to listen on. This
Write
Preview
Loading…
Cancel
Save