even though I am installing the required dependencies I am getting this error
zsh: command not found: goplantuml
I've run these commands to install goplantuml
❯ go get github.com/jfeliu007/goplantuml/parser
❯ go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
and then, tried running this command goplantuml temp.go and got the error