From d443e58330f1026f23b7f17481347b8b03d936e5 Mon Sep 17 00:00:00 2001 From: Sebastian Steger Date: Fri, 3 Oct 2025 10:15:45 +0200 Subject: [PATCH] added go.mod in hello world --- 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