Added missing Go generated files.

Change-Id: I9d738e84ab2e01ec117c825ade44cc865cf5f1c2
This commit is contained in:
Wouter van Oortmerssen
2016-07-20 17:43:03 -07:00
parent 91f5cf357c
commit 370e101a69
3 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ func (rcv *TableInFirstNS) FooEnum() int8 {
return 0
}
func (rcv *TableInFirstNS) MutateFooEnum(n int8) bool {
return rcv._tab.MutateInt8Slot(6, n)
}
func (rcv *TableInFirstNS) FooStruct(obj *StructInNestedNS) *StructInNestedNS {
o := flatbuffers.UOffsetT(rcv._tab.Offset(8))
if o != 0 {