1
0
forked from x/icebergs
icebergs/demo/main.go
2019-12-19 13:15:21 +08:00

11 lines
133 B
Go

package main
import (
"github.com/shylinux/icebergs"
_ "github.com/shylinux/icebergs/core"
)
func main() {
println(ice.Run())
}