Skip to content

Instantly share code, notes, and snippets.

@mgravell
Created June 13, 2017 10:19
Show Gist options
  • Select an option

  • Save mgravell/a1fce91670098b10f326bf20f99ae7d6 to your computer and use it in GitHub Desktop.

Select an option

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