Versions in this module Expand all Collapse all v1 v1.0.0 Jun 11, 2021 Changes in this version + func CloneRepo(url string, dst string) (*git.Repository, error) + func GetHeadHash(repo *git.Repository) (string, error) + func RepoName(url url.URL) string + func RepoOwner(url url.URL) string + func SplitUrlPath(url url.URL) []string + func ValidateRepoUrl(url url.URL) bool