jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.77k stars 166 forks source link

issue-154 - Added information in the README #155

Closed jfeliu007 closed 1 year ago

jfeliu007 commented 1 year ago

fixes #154 Added information in the READ.ME file with links to the online server with a rendered diagram and link to plantuml.com for instructions on how to use plantuml locally.

Ran gofmt -s, some files were not properly formatted for the go report

codecov[bot] commented 1 year ago

Codecov Report

Merging #155 (4a84cec) into master (2adf2cf) will not change coverage. The diff coverage is n/a.

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