From 20eb0915907110fee69cfda507e1c5567e0ae783 Mon Sep 17 00:00:00 2001 From: sergeevdsh <126765221+sergeevdsh@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:23:01 +0300 Subject: [PATCH] Update main.go --- hello/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/main.go b/hello/main.go index 029a5cc..855b1b2 100644 --- a/hello/main.go +++ b/hello/main.go @@ -7,7 +7,7 @@ import ( ) func handler(w http.ResponseWriter, r *http.Request) { - fmt.Fprintln(w, "Hello, 世界") + fmt.Fprintln(w, "Workflow, 世界") } func main() {