module
0.0.0-20240604023433-bd771bd836a2
Repository: https://github.com/gtwn/go-echo-swagger.git
Documentation: pkg.go.dev
# README
Define structure
├── app
│ └── api
│ ├── docs
│ │ ├── docs.go
│ │ ├── swagger.json
│ │ └── swagger.yaml
│ ├── main.go
│ ├── route
│ │ └── check.go
│ └── server
│ └── server.go
├── go.mod
└── go.sum
Declarative comments format follow
https://github.com/swaggo/swag#declarative-comments-format
swag init --md ./
at main rootgo run app/api/*.go
# Packages
No description provided by the author