summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/TestSimpleTableWithEnum.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin1-0/+7
2020-01-16[Go] Replace references to hardcoded ā€¯Monster" etc with idiomatic go wherev...Somo1-1/+1
2019-11-04[Go] Add UnPackTo functions (#5598)Lawrence Chan1-1/+5
2019-10-31[Go] Object API support (#5339)iceboy1-0/+18
2019-05-20[Go] Change two more sites to use enum types (#5359)David Reiss1-2/+2
2019-05-17[Go] Make enums into real types, add String() (#5235)David Reiss1-2/+2
2019-05-09Make Monster's Color unsigned (#5318)Vladimir Glavnyy1-4/+4
2018-10-08Use enum types in generated read/mutate methods for Go (#4978)kostya-sh1-2/+2
2018-10-03Use standard header for generated Go files (#4961)kostya-sh1-1/+1
2016-08-23Add a generic way to deserialize a flatbuffer in Go.gonzaloserrano1-0/+4
2016-08-02Make most of the Go code comply with gofmt (except enums).gonzaloserrano1-4/+11
2016-07-22Merge pull request #363 from danring/fix-341Robert1-0/+7
2016-07-20Implement mutators for GoMuhammed Thanish1-0/+4
2016-06-14Emit GetRootAs methods for all types in Go and PythonDan Ring1-0/+7
2016-05-26sharing the Flatbuffers warninglakedaemon1-1/+1
2015-08-11[Issue 252] Add type cast for default enum values in C#Mormegil1-0/+27