From 6be0a4270afe6b0381cd6f82b777a90a3ee9f6eb Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Sat, 12 Apr 2014 11:46:02 -0700 Subject: [PATCH] No need to re-document methods. --- web/mux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/web/mux.go b/web/mux.go index ed087e3..fcc67e8 100644 --- a/web/mux.go +++ b/web/mux.go @@ -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)