package
2.0.0+incompatible
Repository: https://github.com/octohelm/cuemod.git
Documentation: pkg.go.dev
# Functions
AllHex reports whether the revision rev is entirely lower-case hexadecimal digits.
LocalGitRepo is like Repo but accepts both Git remote references and paths to repositories on the local file system.
No description provided by the author
Run runs the command line in the given directory (an empty dir means the current directory).
No description provided by the author
ShortenSHA1 shortens a SHA1 hash (40 hex digits) to the canonical length used in pseudo-versions (12 hex digits).
WorkDir returns the name of the cached work directory to use for the given repository type and name.
# Constants
maximum size of go.mod file.
maximum size of LICENSE file.
maximum size of downloaded zip file.
# Variables
ErrNoCommits is an error equivalent to fs.ErrNotExist indicating that a given repository or module contains no commits.
# Structs
An Origin describes the provenance of a given repo method result.
A RevInfo describes a single revision in a source code repository.
No description provided by the author
A Tag describes a single tag in a code repository.
A Tags describes the available tags in a code repository.
UnknownRevisionError is an error equivalent to fs.ErrNotExist, but for a revision rather than a file.
A VCSError indicates an error using a version control system.
# Interfaces
A Repo represents a code hosting source.