jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

Added go.mod file #125

Closed tomkys144 closed 2 years ago

tomkys144 commented 2 years ago

This pull request solves #122 adding go.mod file as current golang standard. Also changing README.md for installation using go install which works well with mod support...