Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-max authored Dec 18, 2019
1 parent 45ee8af commit 27ca59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, "I should never see this")
fmt.Fprintln(w, "I'm being updated for a tag")
}

func main() {
Expand Down

0 comments on commit 27ca59d

Please sign in to comment.