Describe the bug
Swag init is not working.
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Your swag version
e.g. v1.2.0
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Please download swag by using:
$ go get -u github.com/swaggo/swag/cmd/swag
please reopen it if you still have any questions.
@easonlin404 I am also facing the same issue. swag: command not found
$ go get -u github.com/swaggo/swag/cmd/swag
did not work
Me too!
me too
for those having this problem, make sure your GO Path is on the PATH environment variable export PATH=$(go env GOPATH)/bin:$PATH
for those having this problem, make sure your GO Path is on the PATH environment variable
export PATH=$(go env GOPATH)/bin:$PATH
This worked for me
for those having this problem, make sure your GO Path is on the PATH environment variable
export PATH=$(go env GOPATH)/bin:$PATH
I think this reply should be append to the readme.md
Most helpful comment
for those having this problem, make sure your GO Path is on the PATH environment variable
export PATH=$(go env GOPATH)/bin:$PATH