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

Function GetGitHubReleaseURL

internal/version/version.go:117–119  ·  view source on GitHub ↗

GetGitHubReleaseURL returns the GitHub releases URL

()

Source from the content-addressed store, hash-verified

115
116// GetGitHubReleaseURL returns the GitHub releases URL
117func GetGitHubReleaseURL() string {
118 return fmt.Sprintf("https://github.com/%s/%s/releases", GitHubUser, ProjectName)
119}
120
121// Project constants
122const (

Callers 2

CreateAboutDialogFunction · 0.92
TestGetGitHubReleaseURLFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetGitHubReleaseURLFunction · 0.68