diff --git a/main.go b/main.go index 85ad630..bf37511 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ func loadFile(filename string) string { content, err := ioutil.ReadFile(file) if err != nil { fmt.Printf("%s not found, serving default hello world page", file) - return "hello worldhello world!\n" + return "hello worldhello world!

Deployed to PKS by Spinnaker!\n" } fmt.Println("serving %s file", file) return string(content)