Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 308 Bytes

Development.md

File metadata and controls

7 lines (5 loc) · 308 Bytes

Development

Development is done as one would normally develop any Golang package, however, if you did modify any *.proto files in the rpc/ directory, install Buf and run the following command from the project's root directory to re-generate the code:

buf generate