7 lines
79 B
Go
Executable File
7 lines
79 B
Go
Executable File
package docs
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed swagger.json
|
|
var SwaggerSpec string
|