This PR adds a skeleton pkg/repository for future PRs and tasks to build upon.
We're using the https://pkg.go.dev/github.com/google/go-github/v37 Go pkg for interacting with the GitHub APIs, where ghreleases.MustGHReleases() returns a GitHub API client connected with the given GITHUB_TOKEN.
This PR adds a skeleton
pkg/repository
for future PRs and tasks to build upon.We're using the https://pkg.go.dev/github.com/google/go-github/v37 Go pkg for interacting with the GitHub APIs, where
ghreleases.MustGHReleases()
returns a GitHub API client connected with the given GITHUB_TOKEN.