Versions in this module Expand all Collapse all v0 v0.0.1 Apr 19, 2025 Changes in this version + const CloneCmd + type CloneOptions struct + Destination string + URL string + type Git struct + func NewClient() (*Git, error) + func (g *Git) Clone(ctx context.Context, opts *CloneOptions) error + func (g *Git) Run(subcmd string, args ...string) error + type Gitter interface + Clone func(context.Context, *CloneOptions) error