We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3920d6 commit e7e6e36Copy full SHA for e7e6e36
web.go
@@ -12,7 +12,7 @@ func main() {
12
}
13
14
func HelloServer(w http.ResponseWriter, r *http.Request) {
15
- fmt.Fprintf(w, "Devops 2021\n")
+ fmt.Fprintf(w, "Devops 2022\n")
16
fmt.Fprintf(w, "Host: %s\n", os.Getenv("HOSTNAME"))
17
18
fmt.Fprintf(w, "\n")
0 commit comments