Versions in this module Expand all Collapse all v0 v0.1.0 Nov 6, 2023 Changes in this version + func IsRepo(path string) bool + type ByLastModified []*Repo + func (b ByLastModified) Len() int + func (b ByLastModified) Less(i, j int) bool + func (b ByLastModified) Swap(i, j int) + type Repo struct + Description string + LastModified time.Time + Owner string + Path string + R *git.Repository + Slug string + func NewRepo(path string, cfg config.Config) (*Repo, error)