From b8cf6e067ae8e38700c2e3eb238a7169997fadce Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 27 Sep 2023 20:52:33 +0200 Subject: [PATCH] go.mod --- Section4/go.mod | 3 +++ go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Section4/go.mod create mode 100644 go.mod diff --git a/Section4/go.mod b/Section4/go.mod new file mode 100644 index 0000000..07d0bb5 --- /dev/null +++ b/Section4/go.mod @@ -0,0 +1,3 @@ +module master_go_programming/Section4 + +go 1.21.1 diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e259a41 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module master_go_programming + +go 1.21.1