flatbuffers/tests/MyGame/Example2
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
..
Monster.cs Add FLATBUFFERS_COMPATIBILITY string (#5381) 2019-06-17 19:16:21 +02:00
Monster.go [Go] Replace references to hardcoded ”Monster" etc with idiomatic go wherever possible (#5716) 2020-01-16 16:19:00 -08:00
Monster.java Java: Added access object for vector of struct and vector of tables. (#5233) 2019-09-23 09:22:43 -07:00
Monster.kt Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
Monster.lua Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
Monster.php Allow unions of table types with the same name but from different namespaces. 2016-06-20 11:47:04 -07:00
Monster.py Flatbuffers Python Object API (#5616) 2019-12-02 14:11:28 -08:00
__init__.py Cleaned up namespace handling. 2017-08-24 13:39:45 -07:00