jfeliu007 / goplantuml

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

Updated install instructions to "go install" per issue 119 #126

Closed Heidelberger closed 2 years ago

Heidelberger commented 2 years ago

Per issue 119: Changed install instructions from "go get" to "go install" on line 23. Removed the following 2 lines which are now redundant. "go get" is deprecated: "installing executables with 'go get' in module mode is deprecated."