mirror of
https://gitee.com/johng/gf
synced 2026-07-07 06:15:15 +08:00
v2 -> v3
This commit is contained in:
@ -12,9 +12,9 @@ import (
|
||||
|
||||
"github.com/clbanning/mxj/v2"
|
||||
|
||||
"github.com/gogf/gf/v2/encoding/gcharset"
|
||||
"github.com/gogf/gf/v2/errors/gerror"
|
||||
"github.com/gogf/gf/v2/text/gregex"
|
||||
"github.com/gogf/gf/v3/encoding/gcharset"
|
||||
"github.com/gogf/gf/v3/errors/gerror"
|
||||
"github.com/gogf/gf/v3/text/gregex"
|
||||
)
|
||||
|
||||
// Decode parses `content` into and returns as map.
|
||||
|
||||
@ -11,10 +11,10 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/gogf/gf/v2/encoding/gcharset"
|
||||
"github.com/gogf/gf/v2/encoding/gjson"
|
||||
"github.com/gogf/gf/v2/encoding/gxml"
|
||||
"github.com/gogf/gf/v2/test/gtest"
|
||||
"github.com/gogf/gf/v3/encoding/gcharset"
|
||||
"github.com/gogf/gf/v3/encoding/gjson"
|
||||
"github.com/gogf/gf/v3/encoding/gxml"
|
||||
"github.com/gogf/gf/v3/test/gtest"
|
||||
)
|
||||
|
||||
var testData = []struct {
|
||||
|
||||
Reference in New Issue
Block a user