Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + const ProtoSuffix + type Repo struct + Name string + Owner string + Paths []string + Prefixes []string + func FindRepo(owner, repoName string, repos []Repo) Repo + func (r Repo) Check(fileName string) (string, bool) + func (r Repo) Hash() string