summaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Support file_identifier in Go (#7904)Jeroen Demeyer1-0/+20
2023-01-18Remove go.mod to resolve ambiguous import issue (#7783)Michael Le1-3/+0
2023-01-04Fix go.mod name (#7756)Michael Le1-1/+1
2023-01-03[Go]Add go.mod (#7720)Michael Le1-0/+3
2022-11-22Add key lookup support for tables in Go (#7644)Michael Le2-0/+26
2021-02-18GetUOffsetT must get value by GetUint32 not GetInt32 (#6072)Thanabodee Charoenpiriyakij1-1/+1
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin2-1/+56
2020-10-26Empties the sharedString map on reset on go and csharp (#6187)mustiikhalil1-0/+6
2020-01-24[Go] Implements a SharedStrings function (#5733)mustiikhalil1-1/+16
2019-08-19[go]add Name() for ForceCodec interface (#5486)Tsingson1-0/+15
2019-05-21[Go] Public visibility for gazelle default target (#5361)Siddhartha Bagaria1-0/+1
2019-05-20Go bazel default target for gazelle (#5358)Siddhartha Bagaria1-0/+5
2018-07-26Merge pull request #4820 from nairb774/masterRobert1-6/+28
2018-07-23go: do not clobber minalign when we create objects (#4834)Robert1-1/+0
2018-07-15[Go] Force a single, early bounds check on read and write paths.Brian Atkinson1-0/+12
2018-07-15[Go] Unroll WriteUint64 and WriteInt64.Brian Atkinson1-6/+16
2018-04-30Addition of Go FinishWithFileIdentifier (#4720)husobee1-3/+23
2018-03-15[C++, Go, Bazel]: Fix up Bazel support (#4672)Andreas Bergmeier1-0/+17
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-0/+5
2017-01-23Reword comment so that code editors can mark deprecation correctly (#4147)Florin Pățan1-1/+1
2017-01-09Resolve Go fmt and vet warnings (#4134)Pascal S. de Kloe1-1/+1
2016-12-21Go related style fixes.wvo1-2/+2
2016-12-08Restore the ''import "unsafe'' removed in 36daedf35fd0cc2ad0e5e24d187b25613c1...Manolama1-0/+4
2016-12-07Merge pull request #3791 from mmastrac/masterRobert1-19/+20
2016-12-07Merge pull request #3977 from gonzaloserrano/feature/go-generic-deserialitzationRobert1-0/+13
2016-12-05Support for Golang GRPC (Experimental) (#4082)Ronak Jain1-0/+23
2016-08-23Add a generic way to deserialize a flatbuffer in Go.gonzaloserrano1-0/+13
2016-07-20Implement mutators for GoMuhammed Thanish1-0/+210
2016-07-18Avoid unsafe when sizing typesMatt Mastracci1-19/+20
2016-04-23Fix heap allocation when reading a string.rw2-1/+7
2015-11-11Improve Builder user interface.rw1-29/+73
2015-06-24Panic when nesting strings. Test panic scenarios.rw1-8/+17
2015-05-20Go: CreateString now needs zero allocs.rw1-1/+9
2015-05-12Merge pull request #165 from rw/go-fasterRobert1-13/+51
2015-05-09invoke many fewer growth eventsrw1-7/+4
2015-05-09gofmtrw1-2/+2
2015-05-09remove remaining allocs during buildrw1-6/+24
2015-04-06Add byte slice accessor to Go codeBen Harper1-1/+6
2015-04-06Always add additional space if no more is availableKyle Jones1-1/+1
2015-04-02Reduce allocations when reusing a Builder.rw1-6/+25
2015-04-02Reduce allocations when building strings.rw1-4/+8
2015-04-01Add byte slice accessor to Go codeBen Harper1-1/+6
2015-03-11Add CreateByteVector function to Go's builderBen Harper1-0/+12
2014-10-29Fix a build error on 32 bit goLuna1-1/+1
2014-09-23Fix vector of strings for Gorw1-1/+0
2014-09-04Fixed possible alignment issue in Gorw1-1/+2
2014-07-21Port FlatBuffers to Go.rw6-0/+1197