cli/internal/ghrepo
Mislav Marohnić 1f90579d2a Extract common interface for a GitHub Repository
Also define a handful of utility methods:
- `New(owner, repo)`
- `FullName`: the name slash owner pair
- `FromFullName`: parse the name slash owner pair
- `FromURL`: parse a GitHub.com URL
- `IsSame(r1, r2)`: compare two repositories
2020-01-22 22:44:46 +01:00
..
repo.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00
repo_test.go Extract common interface for a GitHub Repository 2020-01-22 22:44:46 +01:00