Skip to content

Commit a18e710

Browse files
author
Doug Davis
committed
clean
Signed-off-by: Doug Davis <dug@us.ibm.com>
1 parent 3a3e9a5 commit a18e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloworld.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
text := "Dogs rule!! Cats drool!!"
12+
text := "Hello World!"
1313

1414
rev := os.Getenv("K_REVISION") // K_REVISION=helloworld-7vh75
1515
if i := strings.LastIndex(rev, "-"); i > 0 {

0 commit comments

Comments
 (0)