Skip to content
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

proto file want use enums #3485

Open
a5962109 opened this issue Apr 13, 2024 · 1 comment
Open

proto file want use enums #3485

a5962109 opened this issue Apr 13, 2024 · 1 comment

Comments

@a5962109
Copy link

proto file allow use int32 string doesn't use enums
what should i do?

@niluan304
Copy link
Contributor

enum is a type in proto buffer, but it is not a built-in type supported by go
see Go Generated Code Guide | Protocol Buffers Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants