Describe the bug
I've followed the procedure to use swag with a gin application. I've also checked the example implementation from the source. But, unfortunately facing the error. I'm attaching 2 screenshots of the problem.
To Reproduce
Steps to reproduce the behavior:
go get -u github.com/swaggo/swag/cmd/swaggin application.swag init, I faced a problem like swag not found on a mac. So I did export PATH=$PATH:$HOME/go/bin which fixed the error and generated required files in ./docs dir.http://localhost:8888/swagger/index.html as url and getting this error.Expected behavior
I wanted to display the API docs.
Screenshots


Your swag version
1.6.5
Your go version
1.12.0
Desktop (please complete the following information):
Additional context
I've tried several times to find out the issue but seems not yet registered swag swag is not registered.
Have not import docs package?
import _ "./docs"
Most helpful comment
Have not import docs package?