mirror of
https://shylinux.com/x/operation
synced 2025-04-24 17:08:04 +08:00
14 lines
303 B
Go
14 lines
303 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/operation/src/dashboard"
|
|
_ "shylinux.com/x/operation/src/development"
|
|
_ "shylinux.com/x/operation/src/operation"
|
|
_ "shylinux.com/x/operation/src/production"
|
|
_ "shylinux.com/x/operation/src/storage"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|