-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add golang code? #4
Comments
I would like this interactive tab, but it is more |
How about this? Add some links of other languages to your
e.g.: Let's look at an example of what might look like a message class written in private class ExampleMessage
{
public int CustomerID { get; }
public Hello(int customerId)
{
CustomerID = customerId;
}
} @Valentin-Miroshnichenko Any suggestions? |
@cupen on the proto.actor website, we have code snippets in Tabs, where users can switch language. We have tried to maintain different language versions of docs in the past and its very hard to keep all bits in sync |
@rogeralsing Yes, I agree with you. |
I can write a script to generate
GO
directory, then fill some files consists by the document ofC# version
and go code.But it will make a lot of repetitive text. Maybe it's not a good solution.
The text was updated successfully, but these errors were encountered: