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 30, 2019
1 parent 4b2645a commit 994f03a
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, "Post weight/promote")
fmt.Fprintln(w, "tag stuff")
}

func main() {
Expand Down

0 comments on commit 994f03a

Please sign in to comment.