package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 24, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrBuildTool = errors.New("unsupported build tool")
)
Build 根据配置信息,调用合适的编译工具进行编译。
若配置的编译工具不在支持的工具范围内,则返回ErrBuildTool错误。
type GBBuilder struct {
}
GBBuilder gb编译工具
Build 切换到指定工作目录后调用编译工具编译。
type GoBuilder struct {
}
GoBuilder go内置编译工具
NewGoBuilder 返回go内置编译工具实例
Build 切换到指定工作目录后调用编译工具编译。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.