Documentation
¶
Overview ¶
Package dep 依赖管理
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dep ¶
type Dep struct {
// contains filtered or unexported fields
}
Dep 依赖管理
type Module ¶
type Module struct {
ID string
Desc string
Deps []string
// contains filtered or unexported fields
}
Module 默认的 Module 实现
包含了一个函数列表,当作模块的初始化功能。
Click to show internal directories.
Click to hide internal directories.