update go-structr to v0.8.8 (#3199)

This commit is contained in:
kim
2024-08-14 12:08:24 +00:00
committed by GitHub
parent 9cd27b412d
commit f8d5b9f49c
11 changed files with 53 additions and 53 deletions

View File

@ -16,10 +16,6 @@ import (
type struct_field struct {
rtype reflect.Type
// offsets defines whereabouts in
// memory this field is located.
offsets []next_offset
// struct field type mangling
// (i.e. fast serializing) fn.
mangle mangler.Mangler
@ -33,6 +29,10 @@ type struct_field struct {
// if set this indicates zero
// values of field not allowed
zerostr string
// offsets defines whereabouts in
// memory this field is located.
offsets []next_offset
}
// next_offset defines a next offset location