mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
add error stack for internal error printing
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user