mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 02:22:24 -05:00
update go-structr to v0.8.8 (#3199)
This commit is contained in:
parent
9cd27b412d
commit
f8d5b9f49c
11 changed files with 53 additions and 53 deletions
4
vendor/codeberg.org/gruf/go-mangler/helpers.go
generated
vendored
4
vendor/codeberg.org/gruf/go-mangler/helpers.go
generated
vendored
|
|
@ -69,7 +69,7 @@ func deref_ptr_mangler(ctx typecontext, mangle Mangler, n uint) Mangler {
|
|||
}
|
||||
|
||||
if ptr == nil {
|
||||
// Check for nil values
|
||||
// Final nil val check
|
||||
buf = append(buf, '0')
|
||||
return buf
|
||||
}
|
||||
|
|
@ -144,8 +144,8 @@ func iter_struct_mangler(ctx typecontext, manglers []Mangler) Mangler {
|
|||
}
|
||||
|
||||
type field struct {
|
||||
offset uintptr
|
||||
mangle Mangler
|
||||
offset uintptr
|
||||
}
|
||||
|
||||
// Bundle together the fields and manglers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue