RepoOwner is the name of the GitHub account that owns the repo
()
| 90 | |
| 91 | // RepoOwner is the name of the GitHub account that owns the repo |
| 92 | func (r Remote) RepoOwner() string { |
| 93 | return r.Repo.RepoOwner() |
| 94 | } |
| 95 | |
| 96 | // RepoHost is the GitHub hostname that the remote points to |
| 97 | func (r Remote) RepoHost() string { |