Documentation ¶ Overview ¶ Package git provides some simple utility functions for working with git. Index ¶ func Clone(url, authToken string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Clone ¶ func Clone(url, authToken string) (string, error) Clone clones a repository to a temporary directory and returns the path to the cloned repository. The caller is responsible for cleaning up the repository when it is no longer needed. Types ¶ This section is empty. Source Files ¶ View all Source files clone.godoc.go Click to show internal directories. Click to hide internal directories.