6 lines
78 B
Go
6 lines
78 B
Go
package docs
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed swagger.json
|
|
var SwaggerJSON []byte |