From a788e9ac952d5320e6f92106e7998236d198e92b Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 26 Apr 2024 18:44:51 +0000 Subject: [PATCH] go: tryna figure out go modules still Signed-off-by: Vincent Batts --- 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..ed3b102 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/vbatts/utils + +go 1.19