Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
de37cde4f530fbf987067e40641bc8a8b0a23ea3
/
.
/
third_party
/
flatbuffers
/
go
/
struct.go
blob: 11258f715d4691ede70f5e48f73512db89054938 [
file
] [
log
] [
blame
]
Austin Schuh
e89fa2d
2019-08-14 20:24:23 -0700
[
diff
] [
blame
]
1
package flatbuffers
2
3
// Struct wraps a byte slice and provides read access to its data.
4
//
5
// Structs do not have a vtable.
6
type Struct struct {
7
Table
8
}