zebra-min

Results 1 comments of zebra-min

I'm not sure. I learn it from this doc "https://go-zero.dev/en/docs/tutorials/gateway/grpc". gateway.go main code follow: ```golang import ( "github.com/zeromicro/go-zero/core/conf" "github.com/zeromicro/go-zero/gateway" "github.com/zeromicro/go-zero/rest/httpx" "github.com/zeromicro/go-zero/zrpc" "google.golang.org/grpc/status" ) func main() { flag.Parse() logx.DisableStat() var c...