add error stack for internal error printing

This commit is contained in:
John Guo
2022-01-28 14:51:49 +08:00
parent 1a000396e2
commit 04eb654133
55 changed files with 175 additions and 240 deletions

View File

@ -3,9 +3,9 @@ package main
import (
"time"
"github.com/gogf/gf/contrib/balancer/v2"
"github.com/gogf/gf/contrib/grpc/balancer/v2"
"github.com/gogf/gf/contrib/grpc/resolver/v2"
"github.com/gogf/gf/contrib/registry/etcd/v2"
"github.com/gogf/gf/contrib/resolver/v2"
pb "github.com/gogf/gf/example/registry/rawgrpc/helloworld"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/gsvc"

View File

@ -5,8 +5,8 @@ import (
"fmt"
"net"
"github.com/gogf/gf/contrib/grpc/resolver/v2"
"github.com/gogf/gf/contrib/registry/etcd/v2"
"github.com/gogf/gf/contrib/resolver/v2"
pb "github.com/gogf/gf/example/registry/rawgrpc/helloworld"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/net/gipv4"