mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-01 22:33:30 +08:00
7 lines
79 B
Go
7 lines
79 B
Go
package docs
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed swagger.json
|
|
var SwaggerJSON []byte
|