Commit b51b860d authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix identation in proto3-gen.md file

parent 9eef1126
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -111,8 +111,6 @@ Below are some code generation examples for Python, Go and Ruby. For other langu

    ...

    ...

    syntax = "proto3";

    package mec0102.services.applcmservice;
@@ -123,8 +121,6 @@ Below are some code generation examples for Python, Go and Ruby. For other langu

    ...

    ...

    syntax = "proto3";

    package mec0102.services.apppkgmgmtservice;
@@ -132,7 +128,6 @@ Below are some code generation examples for Python, Go and Ruby. For other langu
    option go_package = "./mec0102.services.apppkgmgmtservice";

    import public "models/<xyz>.proto";

    ...
    ```
5. Generate Go code for models and services