Versions in this module Expand all Collapse all v1 v1.0.0 Jun 6, 2024 Changes in this version + type Hash [20]byte + func (h Hash) String() string + type Repo struct + func NewRepo(url string) (*Repo, error) + func (r *Repo) Clone(ref string) (Hash, fs.FS, error) + func (r *Repo) CloneHash(h Hash) (fs.FS, error) + func (r *Repo) Resolve(ref string) (Hash, error)