Minor rewording
This commit is contained in:
committed by
Mark McGranaghan
parent
973da6773f
commit
fab09ef735
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
// A fundamental concept in `net/http` servers is
|
||||
// *handlers*. A handler is an object implementing the
|
||||
// `http.Handler` interface. A very common way to write
|
||||
// `http.Handler` interface. A common way to write
|
||||
// a handler is by using the `http.HandlerFunc` adapter
|
||||
// on functions with the appropriate signature.
|
||||
func hello(w http.ResponseWriter, req *http.Request) {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
1bffba1944537a9f9d7166a67d7a2b9f4ce2d70e
|
||||
hg47WDVcY_W
|
||||
cc9a1fd34b3735d59f0972af21a26aabfff660c8
|
||||
FVQG_jryhVF
|
||||
|
||||
Reference in New Issue
Block a user