Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created September 14, 2023 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mukeshsolanki/5bd5c03403adf793a34b301e91f4b796 to your computer and use it in GitHub Desktop.
Save mukeshsolanki/5bd5c03403adf793a34b301e91f4b796 to your computer and use it in GitHub Desktop.
syntax = "proto3";
message UserProfile {
string username = 1;
int32 age = 2;
// Add more fields as needed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment