From 4c50838a17fe6602fadde795281046dc8eb4482e Mon Sep 17 00:00:00 2001 From: lxinyu Date: Sat, 2 Nov 2024 17:04:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gabs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gabs.go b/gabs.go index b0da5a3..6fadc01 100644 --- a/gabs.go +++ b/gabs.go @@ -34,7 +34,7 @@ import ( "strconv" "strings" - C "gitlab.lxinyu.cn/lxinyu/go/c" + C "git.lxinyu.cn/lxinyu/c" ) //------------------------------------------------------------------------------