Added missing generated code from previous commits.

Change-Id: Ie2f1f65be451979d9f8d4da999b1c10737e867af
This commit is contained in:
Wouter van Oortmerssen
2016-08-08 12:18:07 -07:00
parent 026c6ddb17
commit c96fc7fcef
7 changed files with 83 additions and 34 deletions

View File

@@ -7,3 +7,10 @@ const (
EnumInNestedNSB = 1
EnumInNestedNSC = 2
)
var EnumNamesEnumInNestedNS = map[int]string{
EnumInNestedNSA:"A",
EnumInNestedNSB:"B",
EnumInNestedNSC:"C",
}