jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.78k stars 167 forks source link

Support for parenthesized type declarations #107

Closed jfeliu007 closed 3 years ago

jfeliu007 commented 3 years ago

fixes #102 Wrapped code to parse types inside a loop instead of just doing the first.

codecov[bot] commented 3 years ago

Codecov Report

Merging #107 (42e3737) into master (84f20f5) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          509       510    +1     
=========================================
+ Hits           509       510    +1     
Impacted Files Coverage Δ
parser/class_parser.go 100.00% <100.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 84f20f5...42e3737. Read the comment docs.

rlankfo commented 3 years ago

Thanks!