tree: 6c76ab6943a9e35c2c180379eafaca967eb90404 [path history] [tgz]
  1. echo.pb.go
  2. echo.proto
  3. echo_grpc.pb.go
  4. README.md
auth/grpctransport/testdata/README.md

testdata

How to regenerate proto derived files

Ensure you have installed the following tools:

Run the following command from this directory:

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative echo.proto