Browse Source

No need to re-document methods.

Coda Hale 12 years ago
parent
commit
6be0a4270a
1 changed files with 0 additions and 1 deletions
  1. +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)


Loading…
Cancel
Save