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

@ -8,16 +8,16 @@ package gtest
import (
"fmt"
"github.com/gogf/gf/internal/empty"
"github.com/gogf/gf/v2/internal/empty"
"io/ioutil"
"os"
"path/filepath"
"reflect"
"testing"
"github.com/gogf/gf/debug/gdebug"
"github.com/gogf/gf/v2/debug/gdebug"
"github.com/gogf/gf/util/gconv"
"github.com/gogf/gf/v2/util/gconv"
)
const (

View File

@ -9,7 +9,7 @@ package gtest_test
import (
"testing"
"github.com/gogf/gf/test/gtest"
"github.com/gogf/gf/v2/test/gtest"
)
func TestC(t *testing.T) {