From 58178dae98b6ea98aecc112e22ce4978c4e737ac Mon Sep 17 00:00:00 2001 From: honnuanand Date: Mon, 8 Jun 2020 07:54:06 -0700 Subject: [PATCH] message update --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 18b56cd..3d1f706 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( func main() { message := os.Getenv("MESSAGE") if message == "" { - message = "Hello world" + message = "Hello world for Campus " } m := martini.Classic()