From f8d5b9f49c150574442c2d30add41981ac67e97b Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:08:24 +0000 Subject: update go-structr to v0.8.8 (#3199) --- vendor/codeberg.org/gruf/go-structr/index.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vendor/codeberg.org/gruf/go-structr/index.go') diff --git a/vendor/codeberg.org/gruf/go-structr/index.go b/vendor/codeberg.org/gruf/go-structr/index.go index b1e05b9b9..8605cdb25 100644 --- a/vendor/codeberg.org/gruf/go-structr/index.go +++ b/vendor/codeberg.org/gruf/go-structr/index.go @@ -349,15 +349,15 @@ type index_entry struct { // elem.data is ptr to index_entry. elem list_elem - // raw cache key - // for this entry. - key string - // index this is stored in. index *Index // underlying indexed item. item *indexed_item + + // raw cache key + // for this entry. + key string } var index_entry_pool sync.Pool -- cgit v1.2.3