From 191780d154271777f2c6cb1b250d7951bd622866 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 28 Feb 2021 00:07:03 +0100 Subject: [PATCH] Changing the module path declaration. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9314a61..97f146e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module getopt +module gitea.sergiotarxz.freemyip.com/sergiotarxz/GetoptGo go 1.15