mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-07-10 22:29:16 +00:00
skaffold
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user