mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
fix: Index incorrectly handling file references on the local file system.
This was reported in https://github.com/daveshanley/vacuum/issues/225, it's a continuation of the issue found in https://github.com/pb33f/libopenapi/issues/37. This fix allows the full import of the file (not just a path/component) to be imported. Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<p align="center">
|
||||
<img src="libopenapi-logo.png" alt="libopenapi" height="300px"/>
|
||||
<img src="libopenapi-logo.png" alt="libopenapi" height="300px" width="450px"/>
|
||||
</p>
|
||||
|
||||
# libopenapi - enterprise grade OpenAPI tools for golang.
|
||||
|
||||
|
||||

|
||||
[](https://goreportcard.com/report/github.com/pb33f/libopenapi)
|
||||
[](https://codecov.io/gh/pb33f/libopenapi)
|
||||
|
||||
Reference in New Issue
Block a user