Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinVersionGitAccept = 2 MinSubVersionGitAccept = 0o1 )
Variables ¶
View Source
var ( // ErrMinVersion is the error logged when the installed Git version is not the minimum supported. ErrMinVersion = fmt.Errorf("%v.%v", MinVersionGitAccept, MinSubVersionGitAccept) // ErrGitNotInstalled occurs when Git is not installed. ErrGitNotInstalled = errors.New("git not found. Please check and try again") // ErrGitLowerVersion occur when the installed Git version is not the minimum supported. ErrGitLowerVersion = errors.New("git version is lower of 2.01. Please check and try again") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.