Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectList ¶
type ProjectList []string
A ProjectList contains a list of repositories according to their filesystem path. When a repository is not bare, its path is considered to be the path to the "git directory" (usually the .git directory within the main worktree.
func NewProjectList ¶
func NewProjectList(listPath string) (ProjectList, error)
Click to show internal directories.
Click to hide internal directories.