mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-25 13:32:22 +00:00
422 B
Executable File
422 B
Executable File
Contributing
We would love to have people submit pull requests and help make grpc-ecosystem/go-grpc-middleware
even better 👍.
Fork, then clone the repo:
git clone git@github.com:your-username/go-grpc-middleware.git
Before checking in please run the following:
make all
This will vet
, fmt
, regenerate documentation and run all tests.
Push to your fork and open a pull request.