Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed index out of range of the matches at swagger.go:71 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fixed index out of range of the matches at swagger.go:71 #31

wants to merge 2 commits into from

Conversation

Dysar
Copy link

@Dysar Dysar commented Sep 1, 2020

Removed possible runtime error

@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #31 into master will increase coverage by 1.65%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   62.79%   64.44%   +1.65%     
==========================================
  Files           1        1              
  Lines          43       45       +2     
==========================================
+ Hits           27       29       +2     
  Misses         14       14              
  Partials        2        2              
Impacted Files Coverage Δ
swagger.go 64.44% <100.00%> (+1.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58ac5e2...0d32c8a. Read the comment docs.

@ubogdan
Copy link
Contributor

ubogdan commented Dec 24, 2021

@Dysar Is this PR related to any open issue? I'm asking you because we appreciate every contribution but at the same time
it's essential to discuss the solution before writing an implementation.

@@ -4,9 +4,9 @@ import (
"log"
"net/http"

httpSwagger "github.com/Dysar/http-swagger"
Copy link
Contributor

@ubogdan ubogdan Aug 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We wont accept a PR based on 3'rd party packages like github.com/Dysar/http-swagger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants