package
Version:
v0.0.0-...-96111de
Opens a new window with list of versions in this module.
Published: Apr 18, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Group is a group of tasks. Sub-tasks will be executed sequentially.
Do executes sub-tasks sequentially. It returns error if one sub-task returns error.
type Task interface {
Do() error
}
Task presents a task. It has Do function to execute the task.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.