This commit is contained in:
John Guo
2025-04-10 14:12:35 +08:00
parent 1534abdb05
commit 2cc4835c49
1311 changed files with 4587 additions and 4587 deletions

View File

@ -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 (

View File

@ -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) {