From c20f6ae9fa5da3bfb89765263fb401509ea84e8c Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 26 Sep 2024 15:36:01 +0200 Subject: [PATCH] initial commit --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ea69c1a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module code.lab.cowley.tech/chris/hello + +go 1.18