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

Fix return parametrized error and added go Mod. #128

Merged
merged 11 commits into from
Apr 4, 2022
Merged

Conversation

jfeliu007
Copy link
Owner

Return code renderer was missing the loop to add multiple instances of the same type if there were multiple return named values with the same type in a list form.
I also added support for go mod (Finally!) fixes #127 fixed #122 fixes #31

Javier Feliu added 4 commits April 4, 2022 09:30
Return code renderer was missing the loop to add multiple instances of the same type if there were multiple return named values with the same type in a list form.
I also added support for go mod (Finally!) fixes #127 fixed #122 fixes #31
@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #128 (086cef0) into master (e70c9fa) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            master      #128    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            5         5            
  Lines          516       625   +109     
==========================================
+ Hits           516       625   +109     
Impacted Files Coverage Δ
parser/class_parser.go 100.00% <100.00%> (ø)
parser/function.go 100.00% <100.00%> (ø)
parser/alias.go 100.00% <0.00%> (ø)
parser/field.go 100.00% <0.00%> (ø)
parser/struct.go 100.00% <0.00%> (ø)

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 b5ace1b...086cef0. Read the comment docs.

@jfeliu007 jfeliu007 merged commit c441925 into master Apr 4, 2022
@jfeliu007 jfeliu007 deleted the issue-127 branch April 4, 2022 15:32
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.

generate error for parameter list Go mod support Add go modules support
1 participant