Versions in this module Expand all Collapse all v0 v0.1.3 Mar 9, 2026 Changes in this version + func ParseRepo(input string) (owner, repo string, err error) + type Contributor struct + AvatarURL string + Contributions int + HTMLURL string + Login string + func FetchContributors(ctx context.Context, owner, repo, token string) ([]Contributor, error) + type RepoInfo struct + AvatarURL string + CreatedAt string + Description string + FullName string + HTMLURL string + Language string + License string + Name string + Owner string + PushedAt string + Topics []string + func FetchRepo(ctx context.Context, owner, repo, token string) (*RepoInfo, error)