File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -49,37 +49,11 @@ You can use `bootstrap_install_mage.bat` or `bootstrap_install_mage.sh` to insta
49
49
50
50
- You can also view the [ Go Usage Docs] ( https://grpc.io/docs/languages/go/quickstart/#prerequisites ) for more information.
51
51
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
-
73
52
### TypeScript Generated Code
74
53
75
54
- Execute ` npm install ts-proto ` to the workdir.
76
55
- Execute ` mage GenTypeScript ` to generate TypeScript code.
77
56
78
- ### Swift Generated Code
79
-
80
- - Execute ` brew install swift-protobuf ` to the workdir.
81
- - Execute ` mage GenSwift ` to generate Swift code.
82
-
83
57
## Modify the Protocol Buffers
84
58
85
59
### Writing Protocol Buffers
You can’t perform that action at this time.
0 commit comments