From ad532fe99d6c1a2fbdc54150bf8935ecd7d104c2 Mon Sep 17 00:00:00 2001 From: primal Date: Mon, 2 Feb 2026 15:18:33 -0500 Subject: [PATCH] Rename module from shared to commons --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aab0719..a2ed08c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/1440news/shared +module github.com/1440news/commons go 1.24.0