getGitHubHost returns the GitHub host URL from environment variables. Delegates to parser.GetGitHubHost() for the shared implementation.
()
| 13 | // getGitHubHost returns the GitHub host URL from environment variables. |
| 14 | // Delegates to parser.GetGitHubHost() for the shared implementation. |
| 15 | func getGitHubHost() string { |
| 16 | return parser.GetGitHubHost() |
| 17 | } |
| 18 | |
| 19 | // getGitHubHostForRepo returns the GitHub host URL for a specific repository. |
| 20 | // Repositories under the github, githubnext, and microsoft organizations are |