diff --git a/main.go b/main.go index 7875e0e..f6f8d5a 100644 --- a/main.go +++ b/main.go @@ -27,3 +27,7 @@ func GetAction(w http.ResponseWriter, r *http.Request) { w.Write([]byte("Get the action " + id)) } } + +func Hello() string { + return "Hello, world!\n" +} \ No newline at end of file