Commit 86e38a9a authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix identation in proto3-gen.md file

parent 3f3d3d62
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ Below are some code generation examples for Python, Go and Ruby. For other langu
4. Define a go package by appending `option go_package = "./mec0102.services.appgrantservice";`, `option go_package = "./mec0102.services.applcmservice";` or `option go_package = "./mec0102.services.apppkgmgmtservice";` in .proto files like this:

    ```Go

    syntax = "proto3";

    package mec0102.services.appgrantservice;