Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CacheAPI is the string format for GNOME cache.json files CacheAPI = "https://download.gnome.org/sources/%s/cache.json" // SourceFormat is the string format for Gnome sources SourceFormat = "https://download.gnome.org/sources/%s/%s" )
Variables ¶
View Source
var TarballRegex = regexp.MustCompile("https?://(?:ftp.gnome.org/pub/gnome|download.gnome.org)/sources/(.*?)/.*")
TarballRegex matches GNOME sources
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.