Skip to content

Commit d12dcc7

Browse files
authored
docs: remove unused type. (#175)
1 parent 09f68d1 commit d12dcc7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

mage-README.md

-26
Original file line numberDiff line numberDiff line change
@@ -49,37 +49,11 @@ You can use `bootstrap_install_mage.bat` or `bootstrap_install_mage.sh` to insta
4949

5050
- You can also view the [Go Usage Docs](https://grpc.io/docs/languages/go/quickstart/#prerequisites) for more information.
5151

52-
### Java Generated Code
53-
54-
- Execute `mage GenJava` to generate Java code.
55-
- You can view the [Java Usage Docs](https://github.com/protocolbuffers/protobuf/tree/main/java) for more information.
56-
57-
### Kotlin Generated Code
58-
59-
- Execute `mage GenKotlin` to generate Kotlin code.
60-
- You can view the [Kotlin Usage Docs](https://github.com/protocolbuffers/protobuf/tree/main/java#kotlin-protocol-buffers) for more information.
61-
62-
### CSharp Generated Code
63-
64-
- Execute `mage GenCSharp` to generate CSharp code.
65-
- You can view the [CSharp Usage Docs](https://github.com/protocolbuffers/protobuf/tree/main/csharp) for more information.
66-
67-
### JavaScript Generated Code
68-
69-
- Execute `npm install google-protobuf` to the workdir.
70-
- Execute `mage GenJavaScript` to generate JavaScript code.
71-
- You can view the [JavaScript Usage Docs](https://github.com/protocolbuffers/protobuf-javascript) for more information.
72-
7352
### TypeScript Generated Code
7453

7554
- Execute `npm install ts-proto` to the workdir.
7655
- Execute `mage GenTypeScript` to generate TypeScript code.
7756

78-
### Swift Generated Code
79-
80-
- Execute `brew install swift-protobuf` to the workdir.
81-
- Execute `mage GenSwift` to generate Swift code.
82-
8357
## Modify the Protocol Buffers
8458

8559
### Writing Protocol Buffers

0 commit comments

Comments
 (0)