mirror of
https://shylinux.com/x/icebergs
synced 2025-05-03 20:07:01 +08:00
15 lines
258 B
Go
15 lines
258 B
Go
package main
|
|
|
|
import (
|
|
"github.com/shylinux/icebergs"
|
|
_ "github.com/shylinux/icebergs/base"
|
|
_ "github.com/shylinux/icebergs/core"
|
|
_ "github.com/shylinux/icebergs/misc"
|
|
|
|
_ "github.com/shylinux/icebergs/misc/docker"
|
|
)
|
|
|
|
func main() {
|
|
println(ice.Run())
|
|
}
|