mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 20:42:25 -05:00
update go-structr to v0.9.0 with new Timeline{} cache type (#3903)
This commit is contained in:
parent
6c5d369b05
commit
f30bb549aa
19 changed files with 1291 additions and 412 deletions
2
vendor/codeberg.org/gruf/go-structr/key.go
generated
vendored
2
vendor/codeberg.org/gruf/go-structr/key.go
generated
vendored
|
|
@ -33,7 +33,7 @@ func (k Key) Values() []any {
|
|||
|
||||
// Zero indicates a zero value key.
|
||||
func (k Key) Zero() bool {
|
||||
return (k.raw == nil)
|
||||
return (k.key == "")
|
||||
}
|
||||
|
||||
var buf_pool sync.Pool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue