From 2a414476b37250f14497cb743294fd8bad835f28 Mon Sep 17 00:00:00 2001 From: Chenxulin97 <55304072+Chenxulin97@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:44:09 +0800 Subject: [PATCH] chore: modify go.mod module to make sure the project could be imported (#3) Signed-off-by: PennyYoon <525296438@qq.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bb848fd..d3d7db9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module opengemini-client-go +module github.com/openGemini/opengemini-client-go go 1.19