From b070c01e67e4c6bcea01da8de459ea9d6df1f646 Mon Sep 17 00:00:00 2001 From: kober <Katrin_Stephanie.Kober@Student.Reutlingen-University.DE> Date: Mon, 14 Apr 2025 10:49:37 +0200 Subject: [PATCH] Initial commit --- go.work | 3 +++ src/myaktion/go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 go.work create mode 100644 src/myaktion/go.mod diff --git a/go.work b/go.work new file mode 100644 index 0000000..19c8897 --- /dev/null +++ b/go.work @@ -0,0 +1,3 @@ +go 1.24.2 + +use ./src/myaktion diff --git a/src/myaktion/go.mod b/src/myaktion/go.mod new file mode 100644 index 0000000..2d715af --- /dev/null +++ b/src/myaktion/go.mod @@ -0,0 +1,3 @@ +module gitlab.reutlingen-university.de/kober/myaktion-go/src/myaktion + +go 1.24.2 -- GitLab