mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
13 lines
226 B
Go
13 lines
226 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shylinux/icebergs"
|
|
_ "github.com/shylinux/icebergs/core/chat"
|
|
_ "github.com/shylinux/icebergs/core/team"
|
|
_ "github.com/shylinux/icebergs/core/wiki"
|
|
)
|
|
|
|
func main() {
|
|
println(ice.Run())
|
|
}
|