Protocol Buffers Data Type Go Code Generation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= https://protobuf.dev/reference/go/go-generated =Internal= * Protocol Buffer Concepts =Overview= The code that supports the data types defined in the <code>.proto</code> files are generated as follows: <syntaxhighlight lang='bash'> </syntaxhighlight>")
 
(No difference)

Revision as of 15:51, 7 May 2024

External

https://protobuf.dev/reference/go/go-generated

Internal

Overview

The code that supports the data types defined in the .proto files are generated as follows: