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