flatbuffers/tests/namespace_test/NamespaceA/NamespaceB
Somo bee1df96dc [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716)
* go: replace objAPI-generated Pack func with method

See discussion at https://github.com/google/flatbuffers/issues/5668

* go: replace generated union type UnPack func with method

Similar to discussion https://github.com/google/flatbuffers/issues/5668

But signature:
```
func AnyUnPack(t Any, table flatbuffers.Table) *AnyT
```

Becomes,
```
func (rcv Any) UnPack(table flatbuffers.Table) *AnyT
```
2020-01-16 16:19:00 -08:00
..
__init__.py
EnumInNestedNS.cs
EnumInNestedNS.go
EnumInNestedNS.java
EnumInNestedNS.kt
EnumInNestedNS.lua
EnumInNestedNS.php
EnumInNestedNS.py
StructInNestedNS.cs
StructInNestedNS.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
StructInNestedNS.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
StructInNestedNS.kt
StructInNestedNS.lua
StructInNestedNS.php
StructInNestedNS.py Add flatc '--cpp_std' switch (#5656) 2019-12-23 12:13:48 -08:00
TableInNestedNS.cs
TableInNestedNS.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
TableInNestedNS.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
TableInNestedNS.kt
TableInNestedNS.lua
TableInNestedNS.php
TableInNestedNS.py Add flatc '--cpp_std' switch (#5656) 2019-12-23 12:13:48 -08:00