github.com/microsoft/moc@v0.17.1/README.md (about)

     1  
     2  # Generating ProtoBuf
     3  
     4  ## Prerequisites
     5  
     6  Go must be installed.
     7  
     8  ## Steps
     9  Simply run:
    10  
    11      make generate
    12      make all
    13  
    14  This will automatically handle pulling down the remaining dependencies (e.g. `protoc`), generating the `*.pb.go`
    15  files and placing those files in the repository. After that, you can use git (e.g. `git status`) to review the
    16  changes.
    17  
    18  # Contributing
    19  
    20  This project welcomes contributions and suggestions.  Most contributions require you to agree to a
    21  Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
    22  the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
    23  
    24  When you submit a pull request, a CLA bot will automatically determine whether you need to provide
    25  a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
    26  provided by the bot. You will only need to do this once across all repos using our CLA.
    27  
    28  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
    29  For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
    30  contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.