Versions in this module Expand all Collapse all v0 v0.1.5 Nov 29, 2024 Changes in this version + type Branch struct + Commit struct{ ... } + type Commit struct + Sha string v0.1.0 Mar 23, 2024 Changes in this version + func CheckCache(path, name, commit_hash string) bool + func Clone(host, user_repo string, depth bool) + func CommitBranch(user_repo, branch string) (string, string, error) + func Extract(source, target, destination string, strip int) + func Get(name, commit, destination, c_url string) (string, error) + func LatestCommit(user_repo string) string