From 817148f3a193870c0fb3c262bf96f9c84d59ec47 Mon Sep 17 00:00:00 2001 From: wenzi1 Date: Mon, 1 Apr 2019 18:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g/encoding/gxml/gxml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/encoding/gxml/gxml_test.go b/g/encoding/gxml/gxml_test.go index c8b05b0f2..183a3c8b5 100644 --- a/g/encoding/gxml/gxml_test.go +++ b/g/encoding/gxml/gxml_test.go @@ -10,7 +10,7 @@ import ( "bytes" "github.com/gogf/gf/g/encoding/gcharset" "github.com/gogf/gf/g/encoding/gparser" - "github.com/wenzi1/gf/g/encoding/gxml" + "github.com/gogf/gf/g/encoding/gxml" "strings" "testing" )