feat: Add goctl quickstart (#1889)
* Add goctl quickstart * Format code * Format code
This commit is contained in:
10
tools/goctl/quickstart/idl/greet.proto
Normal file
10
tools/goctl/quickstart/idl/greet.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package ping;
|
||||
option go_package = "./pb";
|
||||
|
||||
message Placeholder{}
|
||||
|
||||
service Greet {
|
||||
rpc ping (Placeholder) returns (Placeholder);
|
||||
}
|
||||
Reference in New Issue
Block a user