File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ use the `apilevelM` mapping flag (similar to
5757protoc […] --go_opt=apilevelMhello.proto=API_OPEN
5858```
5959
60- ## Automated migration {#automated}
60+ ## Automated Migration {#automated}
6161
6262We try to make migrating existing projects to the Opaque API as easy as possible
6363for you: our open2opaque tool does most of the work!
@@ -69,7 +69,7 @@ go install google.golang.org/open2opaque@latest
6969go install golang.org/x/tools/cmd/goimports@latest
7070```
7171
72- {{% alert title="Note" color="info" %}}If
72+ {{% alert title="Note" color="info" %}} If
7373you encounter any issues with the automated migration approach, refer to the
7474[ Opaque API: Manual Migration] ( /reference/go/opaque-migration-manual )
7575guide. {{% /alert %}}
@@ -102,7 +102,7 @@ Protocol Buffers and Go Protobuf:
102102 older module. See
103103 [the `google.golang.org/protobuf` announcement (from 2020)](https://go.dev/blog/protobuf-apiv2)
104104 and migrate your code before returning to this
105- page.{{% /alert %}}
105+ page. {{% /alert %}}
106106
107107### Step 1. Switch to the Hybrid API {#setup}
108108
You can’t perform that action at this time.
0 commit comments