Closed
Description
Given the function's signature at
Line 2473 in 37f9a8f
func(ResponseWriter, *Request)
that is defined as a type in the same source file, like this Line 2042 in 37f9a8f
I guess you may (re)use the same definition instead, leading to write something like
func (mux *ServeMux) HandleFunc(pattern string, handler HandlerFunc) {
I was wondering is this is for any specific reason, if i miss something, please excuse me.
Victor.