mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
version 2
This commit is contained in:
@ -11,7 +11,7 @@ package ghash_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gogf/gf/encoding/ghash"
|
||||
"github.com/gogf/gf/v2/encoding/ghash"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@ -3,8 +3,8 @@ package ghash_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gogf/gf/encoding/ghash"
|
||||
"github.com/gogf/gf/test/gtest"
|
||||
"github.com/gogf/gf/v2/encoding/ghash"
|
||||
"github.com/gogf/gf/v2/test/gtest"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user