We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "version": "0.0.1", "tool": "gb build", "package": "build", "variables": [ { "variable": "Date", "value": "{{.date}}" }, { "variable": "Commit", "value": "{{.gitCommit}}" } ] }
以上gbb.json中的package和variables作为可选配置项,若没有这两项内容,那么gbb就是一个单纯的辅助编译工具。
gbb.json
package
variables
gbb具有一键编译项目目录下所有入口程序的能力,如果手工执行go build/install去编译issue#4中所提到的这类项目,那会有多么繁琐。
go build/install
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/plugin' into develop
b86dc44
close #8
953733e
No branches or pull requests
以上
gbb.json
中的package
和variables
作为可选配置项,若没有这两项内容,那么gbb就是一个单纯的辅助编译工具。gbb具有一键编译项目目录下所有入口程序的能力,如果手工执行
go build/install
去编译issue#4中所提到的这类项目,那会有多么繁琐。The text was updated successfully, but these errors were encountered: