flatbuffers/go
Manolama dc5975ba7a Restore the ''import "unsafe'' removed in 36daedf35f.
This was causing build failures with tools dependent on Flatbuffers in Go.
E.g.
go/src/github.com/google/flatbuffers/go/sizes.go:50: undefined: unsafe in unsafe.Pointer
2016-12-08 22:19:33 -08:00
..
builder.go Improve Builder user interface. 2015-11-11 17:08:16 -08:00
doc.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
encode.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
grpc.go Support for Golang GRPC (Experimental) (#4082) 2016-12-05 13:20:38 -08:00
lib.go Add a generic way to deserialize a flatbuffer in Go. 2016-08-23 16:38:22 +02:00
sizes.go Restore the ''import "unsafe'' removed in 36daedf35f. 2016-12-08 22:19:33 -08:00
struct.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
table.go Implement mutators for Go 2016-07-20 22:58:22 +05:30