Skip to content

Commit

Permalink
skaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Nov 27, 2019
1 parent 1fe2e04 commit 91237b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold-demo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "hello world - go crazy!")
fmt.Fprintf(w, "hello world")
})

fmt.Printf("Listening on port 8080\n")
Expand Down

0 comments on commit 91237b7

Please sign in to comment.