Skip to content

介绍

启动模块

使用方法

go
import (
	"github.com/wallace5303/ee-go/eboot"
)

API列表

仅做简单介绍。按照go标准,常量/函数/方法等详细信息,都在源码中。

type Ego

type Ego struct {
}

func (ego *Ego) Run()

运行程序。

New(staticFS embed.FS) *Ego

创建一个新的go app