From 1e1ef4877ec55f42cbcaf348dda281d9375451c4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 21 Oct 2025 16:16:31 -0600 Subject: [PATCH] initial commit --- 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 0000000000000000000000000000000000000000..0b7d1e6b25673acb519a265cdae639ae44d2ea6e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.secluded.site/formatted-commit + +go 1.25.3