11 lines
113 B
Smarty
Executable File
11 lines
113 B
Smarty
Executable File
package docs
|
|
|
|
import (
|
|
_ "embed"
|
|
|
|
_ "github.com/swaggo/swag"
|
|
)
|
|
|
|
//go:embed swagger.json
|
|
var SwaggerSpec string
|