You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title says it all: I'd like to hear your opinions about the pros and cons to stay with the func(http.ResponseWriter, *http.Request) signature for handlers, and why not set one that accepts an extra variables parameter.
The title says it all: I'd like to hear your opinions about the pros and cons to stay with the
func(http.ResponseWriter, *http.Request)signature for handlers, and why not set one that accepts an extra variables parameter.