From d37ec496ee574e39d24c8c49094fcaf9ea63f1b7 Mon Sep 17 00:00:00 2001 From: Kirill <32126161+ksponomarev@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:56:09 +0300 Subject: [PATCH] fix: correct module name in go.mod (#1) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2b6f724..a89e4cb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module coverage +module github.com/gkampitakis/coverage go 1.19