We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1948a2b commit 2332a3eCopy full SHA for 2332a3e
main.go
@@ -20,7 +20,7 @@ func loadFile(filename string) string {
20
content, err := ioutil.ReadFile(file)
21
if err != nil {
22
fmt.Printf("%s not found, serving default hello world page", file)
23
- return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker!</i></body></html>\n"
+ return "<html><head><title>hello world</title></head><body>hello world!<br><br><i>Deployed to PKS by Spinnaker LIVE!!!!</i></body></html>\n"
24
}
25
fmt.Println("serving %s file", file)
26
return string(content)
0 commit comments