mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 20:31:23 +00:00
* Update JavaScript IDL generator to remove invalid Closure JSDoc comments * Revert erroneous changes * A few more tweaks * Updated generated code
18 lines
363 B
Go
18 lines
363 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package NamespaceB
|
|
|
|
type EnumInNestedNS = int8
|
|
const (
|
|
EnumInNestedNSA EnumInNestedNS = 0
|
|
EnumInNestedNSB EnumInNestedNS = 1
|
|
EnumInNestedNSC EnumInNestedNS = 2
|
|
)
|
|
|
|
var EnumNamesEnumInNestedNS = map[EnumInNestedNS]string{
|
|
EnumInNestedNSA:"A",
|
|
EnumInNestedNSB:"B",
|
|
EnumInNestedNSC:"C",
|
|
}
|
|
|