Skip to content

Instantly share code, notes, and snippets.

@mgravell
Created June 13, 2017 10:19
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 mgravell/a1fce91670098b10f326bf20f99ae7d6 to your computer and use it in GitHub Desktop.
Save mgravell/a1fce91670098b10f326bf20f99ae7d6 to your computer and use it in GitHub Desktop.
maps
syntax = "proto2";
message Foo {
map<int32,string> keyedData = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment