mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-26 12:09:17 +08:00
7 lines
88 B
Go
7 lines
88 B
Go
package operation
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed operation.json
|
|
var OperationJosn []byte
|