Versions in this module Expand all Collapse all v0 v0.0.4 Jun 27, 2021 Changes in this version + func GoDownload(ctx context.Context, force bool, progress httpx.ProgressFunc) error + func GoExist(ctx context.Context) error + func PrintGoEnv(ctx context.Context, w io.Writer) error + func PrintGoVersion(ctx context.Context, w io.Writer) error + func ProjectInit(ctx context.Context, modulePath string, overwrite, verbose bool) (err error) + type Project struct + Depend string + Description string + Keep bool + Name string + Output string + Version string v0.0.3 Jun 9, 2021 v0.0.2 Jun 9, 2021 Changes in this version type Engine + func (e *Engine) Clean(ctx context.Context) error v0.0.1 Jun 7, 2021 Changes in this version + type Engine struct + func New(srcDIR string, builder *builder.Builder) (*Engine, error) + func (e *Engine) Build(ctx context.Context, runAfterBuild bool) error + func (e *Engine) Watch(ctx context.Context, runAfterBuild bool) error