Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUpToDate = xerrors.Errorf("up-to-date")
)
Functions ¶
Types ¶
type Git2GoOptions ¶
type Git2GoOptions struct {
DownloadTags types.Git2GoDownloadTags
}
type GoGitOptions ¶
type GoGitOptions struct {
Depth int
TagMode types.GoGitTagMode
}
type Options ¶
type Options struct {
Git2Go Git2GoOptions
GoGit GoGitOptions
}
Click to show internal directories.
Click to hide internal directories.