From 08a3377611e7a56c9e0105b0b8ce3c42b6bf3f4e Mon Sep 17 00:00:00 2001 From: Max <55997940+rancher-max@users.noreply.github.com> Date: Mon, 30 Dec 2019 10:24:06 -0700 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 52f3804..f635aa8 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ func handler(w http.ResponseWriter, r *http.Request) { // Arbitrary sleep so that we can demonstrate autoscaler log.Println("Basic logging -- request received") time.Sleep(101 * time.Millisecond) - fmt.Fprintln(w, "Template rollout test") + fmt.Fprintln(w, "Edited template") } func main() {