From 62ef082841eba00ff29934fa42977f2c4f1dbfef Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 23 Apr 2024 16:24:03 +0000 Subject: [PATCH] cmd/find-todos: add go.mod Signed-off-by: Vincent Batts --- cmd/find-todos/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmd/find-todos/go.mod diff --git a/cmd/find-todos/go.mod b/cmd/find-todos/go.mod new file mode 100644 index 0000000..5ada3db --- /dev/null +++ b/cmd/find-todos/go.mod @@ -0,0 +1,3 @@ +module github.com/vbatts/utils/cmd/find-todos + +go 1.19