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
Similar to gorename, so that people and tool authors can move comfortably from one tool to the next. We currently accept net/http.ResponseWriter; we should also accept "net/http".ResponseWriter.
Similar to gorename, so that people and tool authors can move comfortably from one tool to the next. We currently accept
net/http.ResponseWriter; we should also accept"net/http".ResponseWriter.Moved from the discussion in #12.
cc @shurcooL