Closed bootun closed 2 years ago
Now, I added the script to generate the project and added this step in the CI process. In addition, I updated the dependency of gRPC from golang /protobuf
to grpc/grpc-go
and protobuffers/protobuf-go
, and changed usage for readme. All the code passed the test, and the project generated with kit
can be successfully constructed.
Closes #22
If some errors occur while executing kit g s xxx -t grpc
, it will be thrown to the user instead of only printing ERRO[0000] exit status 1
Fixes #18
add support for GitHub Actions