flatbuffers/tests/namespace_test/NamespaceA
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
..
NamespaceB [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
__init__.py
SecondTableInA.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
SecondTableInA.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
SecondTableInA.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
SecondTableInA.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
SecondTableInA.lua
SecondTableInA.php
SecondTableInA.py Add flatc '--cpp_std' switch (#5656) 2019-12-23 12:13:48 -08:00
TableInC.cs
TableInC.go
TableInC.php
TableInC.py
TableInFirstNS.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
TableInFirstNS.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
TableInFirstNS.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
TableInFirstNS.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
TableInFirstNS.lua
TableInFirstNS.php
TableInFirstNS.py Add flatc '--cpp_std' switch (#5656) 2019-12-23 12:13:48 -08:00