Versions in this module Expand all Collapse all v1 v1.1.0 Oct 19, 2020 Changes in this version + func Get(url string, g *plumb.Plumbing) (path string, err error) + type Gitclient struct + Local string + Output *os.File + Ref string + URL string + func (d *Gitclient) Checkout(ref string) + func (d *Gitclient) Clone() + func (d *Gitclient) Pull() + func (d *Gitclient) SetRef(ref string) + func (d *Gitclient) Sync() + func (d *Gitclient) Tags() []string