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
commit f8d5b9f49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 53 additions and 53 deletions

View file

@ -10,12 +10,12 @@ type indexed_item struct {
// is stored in a main list.
elem list_elem
// cached data with type.
data interface{}
// indexed stores the indices
// this item is stored under.
indexed []*index_entry
// cached data with type.
data interface{}
}
var indexed_item_pool sync.Pool