github.com/yaoapp/kun@v0.9.0/grpc/README.md (about) 1 # GRPC Plugin 2 3 ## Updating the Protocol 4 5 If you update the protocol buffers file, you can regenerate the file using the following command from this directory. You do not need to run this if you're just trying the example. 6 7 ```bash 8 protoc -I proto/ proto/model.proto --go_out=plugins=grpc:proto/ 9 ``` 10 11 ## More 12 13 https://github.com/hashicorp/go-plugin/tree/master/examples/grpc