From bd8e7de8722a92ad7bf53c404ee7913f10611e59 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Sun, 28 Feb 2021 00:10:42 +0100 Subject: [PATCH] Changing getopt import path on test. --- getopt_test/getopt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt_test/getopt_test.go b/getopt_test/getopt_test.go index 5ce1f42..0521c3e 100644 --- a/getopt_test/getopt_test.go +++ b/getopt_test/getopt_test.go @@ -1,7 +1,7 @@ package getopt_test import ( - g "getopt" + g "gitea.sergiotarxz.freemyip.com/sergiotarxz/GetoptGo" "regexp" "testing" "reflect"