Skip to content

Commit

Permalink
Demo GitOps
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka authored Jun 1, 2023
1 parent 289e240 commit dd6de83
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 @@ -8,7 +8,7 @@ import (

func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintln(w, "Hello World!")
fmt.Fprintln(w, "Hello GitOps!")
})
log.Fatalf("error: %s", http.ListenAndServe(":8080", nil))
}

0 comments on commit dd6de83

Please # to comment.