dubbo.apache.org/dubbo-go/v3@v3.1.1/protocol/grpc/internal/README.md (about)

     1  # internal
     2  
     3  This internal package is for test. So don't use internal in production.
     4  
     5  ## require
     6  
     7  - protoc
     8  - protoc-gen-go: github.com/golang/protobuf/protoc-gen-go@v1.3.0
     9  
    10  ## usage
    11  
    12  - [helloworld](./helloworld): test unary process
    13  - [routeguide](./routeguide): test stream process
    14  - [multiprotos](./multiprotos): use multi pb to generate multi pb.go