9 lines
83 B
Go
9 lines
83 B
Go
package api
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed openapi.json
|
|
var ApenapiJson string
|