Versions in this module Expand all Collapse all v0 v0.3.2 Feb 21, 2015 v0.3.1 Feb 15, 2015 Changes in this version + type Repository interface + Checkout func(dir string, ref string) error + Clone func(dir string, url string) error + GetOriginURL func(dir string) (string, bool, error) + GetRef func(dir string) string + GetRootDir func(dir string) (string, error) + func NewRepository() Repository