RepoName is the name of the repository
()
| 254 | |
| 255 | // RepoName is the name of the repository |
| 256 | func (r Repository) RepoName() string { |
| 257 | return r.Name |
| 258 | } |
| 259 | |
| 260 | // RepoHost is the GitHub hostname of the repository |
| 261 | func (r Repository) RepoHost() string { |