FlatBuffers interim release 1.0.1
This is an interim release before 1.1.0, with important bug fixes and a few new features:
- Initial support for the Go programming language.
- Verification functionality allows safe access of buffers from untrusted sources.
- File identification allows convenient magic-number sanity checks when a FlatBuffer is used as a file format.
- Ability to manually assign field id's in the schema.
- Improved enum parsing functionality in JSON.
- bit_flags for enums.
- Nested FlatBuffer support.
- Vector iterators.