GetGitHubURL returns the GitHub repository URL
()
| 110 | |
| 111 | // GetGitHubURL returns the GitHub repository URL |
| 112 | func GetGitHubURL() string { |
| 113 | return fmt.Sprintf("https://github.com/%s/%s", GitHubUser, ProjectName) |
| 114 | } |
| 115 | |
| 116 | // GetGitHubReleaseURL returns the GitHub releases URL |
| 117 | func GetGitHubReleaseURL() string { |
no outgoing calls