commit c20f6ae9fa5da3bfb89765263fb401509ea84e8c Author: Chris Cowley Date: Thu Sep 26 15:36:01 2024 +0200 initial commit 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