Documentation ¶ Overview ¶ Package dist provides checks to make sure the dist directory is always empty. Index ¶ type CleanPipe func (CleanPipe) Run(ctx *context.Context) error func (CleanPipe) Skip(ctx *context.Context) bool func (CleanPipe) String() string type Pipe func (Pipe) Default(ctx *context.Context) error func (Pipe) Run(ctx *context.Context) error func (Pipe) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CleanPipe ¶ type CleanPipe struct{} CleanPipe cleans the distribution directory. func (CleanPipe) Run ¶ func (CleanPipe) Run(ctx *context.Context) error func (CleanPipe) Skip ¶ func (CleanPipe) Skip(ctx *context.Context) bool func (CleanPipe) String ¶ func (CleanPipe) String() string type Pipe ¶ type Pipe struct{} Pipe for dist. func (Pipe) Default ¶ func (Pipe) Default(ctx *context.Context) error func (Pipe) Run ¶ func (Pipe) Run(ctx *context.Context) error Run the pipe. func (Pipe) String ¶ func (Pipe) String() string Source Files ¶ View all Source files dist.go Click to show internal directories. Click to hide internal directories.