Documentation
¶
Index ¶
Constants ¶
View Source
const Prefix = "sourceforge:"
Variables ¶
This section is empty.
Functions ¶
func SetVerbose ¶
func VerboseEnabledForTest ¶
func VerboseEnabledForTest() bool
func VersionFromText ¶
Types ¶
type File ¶
type File struct {
Name string `json:"name"`
Path string `json:"path"`
DownloadURL string `json:"download_url"`
URL string `json:"url"`
FullPath string `json:"full_path"`
Type FileType `json:"type"`
Downloadable bool `json:"downloadable"`
}
func LatestVersionFile ¶
func ParseFilesPage ¶
type LatestInfo ¶
func LatestVersion ¶
func LatestVersion(project, sourcePath string, getter HTTPGetter) (LatestInfo, error)
Click to show internal directories.
Click to hide internal directories.