1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
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())
}