mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
6 lines
189 B
Go
6 lines
189 B
Go
/*
|
|
Package swag converts Go annotations to Swagger Documentation 2.0.
|
|
See https://github.com/swaggo/swag for more information about swag.
|
|
*/
|
|
package swag // import "github.com/swaggo/swag"
|