Documentation
¶
Overview ¶
Package golang provides a Builder implementation for golang.
Index ¶
- Variables
- type Builder
- func (*Builder) Build(ctx *context.Context, build config.Build, options api.Options) error
- func (b *Builder) Dependencies() []string
- func (b *Builder) FixTarget(target string) string
- func (b *Builder) Parse(target string) (api.Target, error)
- func (*Builder) WithDefaults(build config.Build) (config.Build, error)
- type Target
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Builder{}
Default builder instance.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct{}
Builder is golang builder.
func (*Builder) Dependencies ¶
Dependencies implements build.DependingBuilder.
Click to show internal directories.
Click to hide internal directories.