From 32f4ad3383ac1889544626da76bad50e9d05ff4d Mon Sep 17 00:00:00 2001 From: Sebastian Steger Date: Fri, 3 Oct 2025 10:09:49 +0200 Subject: [PATCH] added go.mod --- go/00-hello-world/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go/00-hello-world/go.mod diff --git a/go/00-hello-world/go.mod b/go/00-hello-world/go.mod new file mode 100644 index 0000000..42919e7 --- /dev/null +++ b/go/00-hello-world/go.mod @@ -0,0 +1,3 @@ +module gitty.informatik.hs-mannheim.de/steger/pr3-ws202526/go/00-hello-world/hello-world + +go 1.25.0