GrantZheng / kit

GoKit CLI
MIT License
268 stars 54 forks source link

migration CI #24

Closed bootun closed 2 years ago

bootun commented 2 years ago

add support for GitHub Actions

bootun commented 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

bootun commented 2 years ago

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