Documentation ¶
Overview ¶
package vcs gets version control information from the file system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Vcs ¶
type Vcs interface { // Return nil VcsInfo if unable to determine VCS from directory. Find(dir string) (*VcsInfo, error) }
Vcs represents a version control system.
type VcsBzr ¶
type VcsBzr struct{}
type VcsGit ¶
type VcsGit struct{}
type VcsHg ¶
type VcsHg struct{}
type VcsInfo ¶
VcsInfo returns information about a given repo.
Click to show internal directories.
Click to hide internal directories.