Registry / serialization / google-flatbuffers

google-flatbuffers

JSON →
library25.12.19+incompatiblegogounverified

A Go implementation of Google's FlatBuffers serialization library for efficient data interchange.

go get github.com/google/flatbuffers
INSTALL
IMPORT
SIG · GOOGLE-FLATBUFFERS
G
google-flatbuffers
serializationgov25.12.19+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flatbuffers
github.com/google/flatbuffers/go

Create a FlatBuffer

package main import ( flatbuffers "github.com/google/flatbuffers/go" ) func main() { builder := flatbuffers.NewBuilder(1024) name := builder.CreateString("example") builder.Finish(name) buf := builder.FinishedBytes() _ = buf }
Debug
Known issues
gotchaVersion 25.12.19+incompatible uses a non-standard versioning scheme; ensure compatibility with your Go toolchain.
fix
Use a version that follows Go modules semantic versioning, e.g., v1.x.x.
affects: >=25.0.0
Upgrade
Version history
25.12.19+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
google-flatbuffers — go get google-flatbuffers · libregistry