mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
v2 -> v3
This commit is contained in:
@ -10,8 +10,8 @@
|
||||
package instance
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/container/gmap"
|
||||
"github.com/gogf/gf/v2/encoding/ghash"
|
||||
"github.com/gogf/gf/v3/container/gmap"
|
||||
"github.com/gogf/gf/v3/encoding/ghash"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@ -9,8 +9,8 @@ package instance_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gogf/gf/v2/internal/instance"
|
||||
"github.com/gogf/gf/v2/test/gtest"
|
||||
"github.com/gogf/gf/v3/internal/instance"
|
||||
"github.com/gogf/gf/v3/test/gtest"
|
||||
)
|
||||
|
||||
func Test_SetGet(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user