We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9b5c5 commit 19299f6Copy full SHA for 19299f6
helloserver/server.go
@@ -71,5 +71,5 @@ func greet(w http.ResponseWriter, r *http.Request) {
71
}
72
73
fmt.Fprintf(w, "<!DOCTYPE html>\n")
74
- fmt.Fprintf(w, "Hello, %s!\n", html.EscapeString(name))
+ fmt.Fprintf(w, "%s, %s!\n", *greeting, html.EscapeString(name))
75
0 commit comments