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