From 3172b5db04e1450dbe39230fcb186ad57dcd46b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krejczinger=20=C3=81rp=C3=A1d?= Date: Sun, 15 Mar 2026 22:57:43 +0100 Subject: [PATCH] Move to subfolder --- go.mod => hello/go.mod | 0 hello.go => hello/hello.go | 0 hello_test.go => hello/hello_test.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename go.mod => hello/go.mod (100%) rename hello.go => hello/hello.go (100%) rename hello_test.go => hello/hello_test.go (100%) diff --git a/go.mod b/hello/go.mod similarity index 100% rename from go.mod rename to hello/go.mod diff --git a/hello.go b/hello/hello.go similarity index 100% rename from hello.go rename to hello/hello.go diff --git a/hello_test.go b/hello/hello_test.go similarity index 100% rename from hello_test.go rename to hello/hello_test.go