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()