mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
11 lines
138 B
Go
11 lines
138 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shylinux/icebergs"
|
|
_ "github.com/shylinux/icebergs/misc/chat"
|
|
)
|
|
|
|
func main() {
|
|
println(ice.Run())
|
|
}
|