diff --git a/common/serialize/test_test.go b/common/serialize/test_test.go index 2e7ea18a2..e05cb0500 100644 --- a/common/serialize/test_test.go +++ b/common/serialize/test_test.go @@ -8,6 +8,7 @@ import ( "testing" "github.com/apcera/termtables" + "github.com/gogf/gf/v2/os/glog" "github.com/pointernil/bitset32" ) @@ -47,7 +48,7 @@ func TestInit(t *testing.T) { table.AddRow("John", "30") table.AddRow("Sam", 18) table.AddRow("Julie", 20.14) - + fmt.Println(glog.GetStack()) fmt.Println(table.Render()) }