Fix line length of http

pull/135/head
terminalforlife 4 years ago
parent 1223da5389
commit 442e7e2f93

@ -8,7 +8,8 @@ import (
// define a type for the response
type Hello struct{}
// let that type implement the ServeHTTP method (defined in interface http.Handler)
// let that type implement the ServeHTTP method (defined in interface
// http.Handler)
func (h Hello) ServeHTTP(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, "Hello!")
}

Loading…
Cancel
Save