 Documentation
      ¶
      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.
 Click to show internal directories. 
   Click to hide internal directories.