Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parameters/path_parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2249,10 +2249,10 @@ paths:
}

type regexCacheWatcher struct {
inner *sync.Map
missCount int64
hitCount int64
storeCount int64
inner *sync.Map
}

func (c *regexCacheWatcher) Load(key any) (value any, ok bool) {
Expand Down
Loading