From 69311e52ef3836a43ec0211c4a7558adf0caf26b Mon Sep 17 00:00:00 2001 From: Bastien Chatelard Date: Thu, 24 Oct 2024 21:39:35 +0200 Subject: [PATCH] Update module name Make sure the module name follows the module name recommendations --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b17dcb..8085eae 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module example-go-gin +module github.com/koyeb/example-go-gin // +heroku goVersion go1.17 go 1.17