From e223960ba6c3a0b251ee9c111cb9280dff7c025e Mon Sep 17 00:00:00 2001 From: nodauf Date: Thu, 2 Sep 2021 21:18:55 +0200 Subject: [PATCH] Fix module name Fix issue #4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 85eb09e..17d5a3f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/text2img/text2img +module github.com/Iwark/text2img go 1.13