We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875ad1b commit db25135Copy full SHA for db25135
content/reference/go/opaque-migration.md
@@ -112,6 +112,10 @@ Use the `open2opaque` tool to switch your `.proto` files to the Hybrid API:
112
open2opaque setapi -api HYBRID $(find . -name "*.proto")
113
```
114
115
+Then,
116
+[re-compile](/getting-started/gotutorial#compiling-protocol-buffers)
117
+your protocol buffers.
118
+
119
Your existing code will continue to build. The Hybrid API is a step between the
120
Open and Opaque API which adds the new accessor methods but keeps struct fields
121
visible.
0 commit comments