Skip to content

Instantly share code, notes, and snippets.

@bpk-t
Created September 9, 2015 09:10
Show Gist options
  • Save bpk-t/f9d795a64a54abdb3be7 to your computer and use it in GitHub Desktop.
Save bpk-t/f9d795a64a54abdb3be7 to your computer and use it in GitHub Desktop.
message Test {
required map<string, int32> reqMap = 1;
}
↓これもためした
message Test {
map<string, int32> reqMap = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment