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