routes
routes copied to clipboard
ResponseWriter now implements CloseNotifier interface
Hi, here's a PR to implement the CloseNotifier on the ResponseWriter, allowing the user to be notified when a connection closes. There are also some minor cleanups introduced by gofmt.