version 2

This commit is contained in:
John Guo
2021-10-11 21:41:56 +08:00
parent bea54b445e
commit 1bc0635f8b
1053 changed files with 2892 additions and 2892 deletions

View File

@ -9,8 +9,8 @@ package gbinary_test
import (
"testing"
"github.com/gogf/gf/encoding/gbinary"
"github.com/gogf/gf/test/gtest"
"github.com/gogf/gf/v2/encoding/gbinary"
"github.com/gogf/gf/v2/test/gtest"
)
func Test_BeEncodeAndBeDecode(t *testing.T) {

View File

@ -9,8 +9,8 @@ package gbinary_test
import (
"testing"
"github.com/gogf/gf/encoding/gbinary"
"github.com/gogf/gf/test/gtest"
"github.com/gogf/gf/v2/encoding/gbinary"
"github.com/gogf/gf/v2/test/gtest"
)
func Test_LeEncodeAndLeDecode(t *testing.T) {

View File

@ -10,8 +10,8 @@ import (
"math"
"testing"
"github.com/gogf/gf/encoding/gbinary"
"github.com/gogf/gf/test/gtest"
"github.com/gogf/gf/v2/encoding/gbinary"
"github.com/gogf/gf/v2/test/gtest"
)
type User struct {