From 530c7e3c066ece6a8e54e72e934a541e1e5d11dd Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 29 May 2025 17:32:32 +0530 Subject: changed module path to vidhukant.com/GoFileServer --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 830b849..4c25443 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/MikunoNaka/GoFileServer +module vidhukant.com/GoFileServer go 1.19 -- cgit v1.2.3