diff --git a/main.go b/main.go index 21b7088..23c22e8 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( "log" ) -const webContent = "Hello World!" +const webContent = "Hello Rancher" func main() { http.HandleFunc("/", helloHandler) @@ -15,4 +15,4 @@ func main() { func helloHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprint(w, webContent) -} \ No newline at end of file +}