diff --git a/main.go b/main.go index 2ff83f10..bd6ff6c5 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ func main() { f := fib() - res := &response{Message: "Hello World"} + res := &response{Message: "Hello Abc World"} for _, e := range os.Environ() { pair := strings.Split(e, "=")