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