update go-structr to v0.9.0 with new Timeline{} cache type (#3903)

This commit is contained in:
kim 2025-03-12 20:33:35 +00:00 committed by GitHub
commit f30bb549aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1291 additions and 412 deletions

View file

@ -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