Skip to content

Commit

Permalink
Merge pull request #31 from rancher-max/test1
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
rancher-max authored Dec 23, 2019
2 parents 38a3bc8 + 44c6237 commit 5d29e28
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, "Direct commit to master")
fmt.Fprintln(w, "Running 'test1' branch")
}

func main() {
Expand Down

0 comments on commit 5d29e28

Please sign in to comment.