Skip to content

Commit f3920d6

Browse files
Update web.go
1 parent aa959d0 commit f3920d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func main() {
1212
}
1313

1414
func HelloServer(w http.ResponseWriter, r *http.Request) {
15-
fmt.Fprintf(w, "Devops 2020\n")
15+
fmt.Fprintf(w, "Devops 2021\n")
1616
fmt.Fprintf(w, "Host: %s\n", os.Getenv("HOSTNAME"))
1717

1818
fmt.Fprintf(w, "\n")

0 commit comments

Comments
 (0)