From f66d967d9f13e190ebbeff876d36d0a861792e48 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 27 Jul 2026 09:23:39 +0300 Subject: [PATCH] =?UTF-8?q?init:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..d6c3496 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.vakhrushev.me/av/convy + +go 1.26.5