9 lines
83 B
Go
9 lines
83 B
Go
package api
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed api.swagger.json
|
|
var OpenAPI []byte
|