{"id":50392,"library":"google-flatbuffers","title":"google/flatbuffers","description":"A Go implementation of Google's FlatBuffers serialization library for efficient data interchange.","status":"active","version":"25.12.19+incompatible","language":"go","source_language":null,"source_url":"https://github.com/google/flatbuffers","tags":["serialization","flatbuffers","binary","google"],"install":[{"cmd":"go get github.com/google/flatbuffers","lang":"bash","label":"Install github.com/google/flatbuffers"}],"dependencies":[],"imports":[{"symbol":"flatbuffers","correct":"github.com/google/flatbuffers/go"}],"quickstart":{"code":"package main\n\nimport (\n\tflatbuffers \"github.com/google/flatbuffers/go\"\n)\n\nfunc main() {\n\tbuilder := flatbuffers.NewBuilder(1024)\n\tname := builder.CreateString(\"example\")\n\tbuilder.Finish(name)\n\tbuf := builder.FinishedBytes()\n\t_ = buf\n}","lang":"go","description":"Create a FlatBuffer"},"warnings":[{"fix":"Use a version that follows Go modules semantic versioning, e.g., v1.x.x.","message":"Version 25.12.19+incompatible uses a non-standard versioning scheme; ensure compatibility with your Go toolchain.","severity":"gotcha","affected_versions":">=25.0.0"}],"env_vars":null,"search_vec":"'binari':17 'data':13 'effici':12 'flatbuff':8,16 'go':3 'googl':6,18 'google/flatbuffers':1 'implement':4 'interchang':14 'librari':10 'serial':9,15","created_at":"2026-06-15T04:51:46.047925+00:00","updated_at":"2026-06-15T04:51:46.047925+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/google/flatbuffers","github":"https://github.com/google/flatbuffers","docs":"https://pkg.go.dev/github.com/google/flatbuffers#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}