From ce83418922c61b0aa086ba8010045c3eddb1aec3 Mon Sep 17 00:00:00 2001 From: Safeer Ansari <30790884+thegeekyasian@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:58:30 +0400 Subject: [PATCH] fixing module for import --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d21ad4f..30c06ba 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module round-robin-go +module github.com/thegeekyasian/round-robin-go go 1.18