From a9204d943cc570eec02210563e2443a303a7c3c3 Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Sat, 14 Oct 2023 16:46:11 +0200 Subject: [PATCH] fix: remove leading slash from module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5ab93d1..de05c3a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/fighterlyt/permutation/ +module github.com/fighterlyt/permutation go 1.14