Documentation ¶ Index ¶ type Feat func NewFeat(clean func(string) error, runDist target.Run[target.Project_], ...) *Feat func (r Feat) Dist(ctx context.Context, dir ...string) (err error) func (r Feat) Pack(ctx context.Context, dir ...string) (err error) func (r Feat) Run(ctx context.Context, dir string) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Feat ¶ type Feat struct { // contains filtered or unexported fields } func NewFeat ¶ func NewFeat( clean func(string) error, runDist target.Run[target.Project_], runPack target.Run[target.Dist_], ) *Feat func (Feat) Dist ¶ func (r Feat) Dist(ctx context.Context, dir ...string) (err error) func (Feat) Pack ¶ func (r Feat) Pack(ctx context.Context, dir ...string) (err error) func (Feat) Run ¶ func (r Feat) Run(ctx context.Context, dir string) (err error) Source Files ¶ View all Source files feat.go Click to show internal directories. Click to hide internal directories.