diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-05-02 08:12:09 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-03 14:25:58 +0000 |
| commit | e0545e264c6343d00dc5fba031daaa4ed8688713 (patch) | |
| tree | 9c67a7c2b85445449be348910a6767d42eeddd6d /vendor/github.com/google/flatbuffers/go/struct.go | |
| parent | a6197803d4d2b62b3d4cfecbc729fed31aec999d (diff) | |
go.mod: add github.com/google/flatbuffers
Diffstat (limited to 'vendor/github.com/google/flatbuffers/go/struct.go')
| -rw-r--r-- | vendor/github.com/google/flatbuffers/go/struct.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/google/flatbuffers/go/struct.go b/vendor/github.com/google/flatbuffers/go/struct.go new file mode 100644 index 000000000..11258f715 --- /dev/null +++ b/vendor/github.com/google/flatbuffers/go/struct.go @@ -0,0 +1,8 @@ +package flatbuffers + +// Struct wraps a byte slice and provides read access to its data. +// +// Structs do not have a vtable. +type Struct struct { + Table +} |
