Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Version string `json:"version"` // 版本号
Tool string `json:"tool"` // 编译工具:go、gb...
Importpath string `json:"importpath,omitempty"` // 待替换的变量所在包导入路径,如github.com/voidint/gbb/build
Variables []Variable `json:"variables,omitempty"` // 待替换变量集合
Debug bool `json:"-"`
All bool `json:"-"`
}
Config 配置结构体
Click to show internal directories.
Click to hide internal directories.