This is a post in an ongoing series on FlatBuffers. The FlatBuffers project is awesome. In this tutorial, you’ll learn how to use it in Go. To learn more about why we need yet another way to encode data, go read my post Why FlatBuffers. FlatBuffers is a serialization format from Google. It’s really fast at reading and writing your data: much quicker than JSON or XML, and often faster than Google’s