forked from x/icebergs
15 lines
314 B
Go
15 lines
314 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shylinux/icebergs"
|
|
_ "github.com/shylinux/icebergs/core/chat"
|
|
_ "github.com/shylinux/icebergs/core/code"
|
|
_ "github.com/shylinux/icebergs/core/mall"
|
|
_ "github.com/shylinux/icebergs/core/team"
|
|
_ "github.com/shylinux/icebergs/core/wiki"
|
|
)
|
|
|
|
func main() {
|
|
println(ice.Run())
|
|
}
|