This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
No need to re-document methods.
Coda Hale
12 years ago
parent
915dde7c78
commit
6be0a4270a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
web/mux.go
+ 0
- 1
web/mux.go
View File
@ -72,7 +72,6 @@ func New() *Mux {
return
&
mux
}
// Serve a request with the given Mux. Satisfies the http.Handler interface.
func
(
m
*
Mux
)
ServeHTTP
(
w
http
.
ResponseWriter
,
r
*
http
.
Request
)
{
stack
:=
m
.
mStack
.
alloc
(
)
defer
m
.
mStack
.
release
(
stack
)
Write
Preview
Loading…
Cancel
Save