Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tegarpratama/e-wallet-ums


https://github.com/tegarpratama/e-wallet-ums

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# e-wallet-ums

Generate proto:

1. Create file `.proto`

2. Enter the dir where proto located

example: `cd cmd/proto/tokenvalidation`

3. Type command

`protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative {your_proto_filename}.proto`