mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-11 04:20:24 +00:00
V2 swagger model in place
tests being written to validate and flush out bugs
This commit is contained in:
@@ -19,6 +19,9 @@ func FindItemInMap[T any](item string, collection map[KeyReference[string]]Value
|
||||
if n.Value == item {
|
||||
return &o
|
||||
}
|
||||
if strings.ToLower(n.Value) == strings.ToLower(item) {
|
||||
return &o
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user