mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 09:35:05 +00:00
Added missing generated code from previous commits.
Change-Id: Ie2f1f65be451979d9f8d4da999b1c10737e867af
This commit is contained in:
@@ -7,3 +7,10 @@ const (
|
||||
EnumInNestedNSB = 1
|
||||
EnumInNestedNSC = 2
|
||||
)
|
||||
|
||||
var EnumNamesEnumInNestedNS = map[int]string{
|
||||
EnumInNestedNSA:"A",
|
||||
EnumInNestedNSB:"B",
|
||||
EnumInNestedNSC:"C",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user