MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / GetGitHubURL

Function GetGitHubURL

internal/version/version.go:112–114  ·  view source on GitHub ↗

GetGitHubURL returns the GitHub repository URL

()

Source from the content-addressed store, hash-verified

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

Callers 2

CreateAboutDialogFunction · 0.92
TestGetGitHubURLFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetGitHubURLFunction · 0.68