mirror of
https://shylinux.com/x/enterprise
synced 2025-04-26 01:24:06 +08:00
12 lines
177 B
Go
12 lines
177 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
_ "shylinux.com/x/enterprise/src/guanlixitong"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|
|
|
|
func init() { ice.Info.Titles = "云办公" }
|