jfeliu007 / goplantuml

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

goplantuml: command not found #115

Open enzofoucaud opened 3 years ago

enzofoucaud commented 3 years ago

image

Hello i try to install the package but not working, I think i miss a big mistake but i don't know where ?

thevan4 commented 2 years ago

Same problem, solution:

  1. go env -w GO111MODULE="off"
  2. https://github.com/jfeliu007/goplantuml#installing
  3. go env -w GO111MODULE="on"