From 372908fd21347a90567175888dc06bc6579bc5eb Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Sep 2024 13:09:00 +0200 Subject: [PATCH] update msg --- helloworld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.go b/helloworld.go index 3475761..5c4da26 100644 --- a/helloworld.go +++ b/helloworld.go @@ -1,5 +1,5 @@ package libcore func HelloWorld() string { - return "Hello, World!" + return "Hello, World! from libcore" }