Versions in this module Expand all Collapse all v0 v0.4.0 Nov 30, 2020 Changes in this version + func ClosedRepoPRsCount(owner string, name string) (int, error) + func CodeFrequency(owner string, name string) ([]*github.WeeklyStats, error) + func Contributions(owner string, name string) ([]*github.ContributorStats, error) + func HasToken() bool + func Login() + func Logout() + func OpenRepoPRsCount(owner string, name string) (int, error) + func ParseURL(url string) (string, string, error) + func Releases(owner string, name string) ([]*github.RepositoryRelease, error) + func RepoInfo(owner string, name string) (*github.Repository, error)