Documentation
¶
Index ¶
Constants ¶
View Source
const AppName string = "goTApaper"
AppName states name of the project
Variables ¶
View Source
var GitCommit string
GitCommit is the commit that was compiled. This will be filled in by the compiler.
View Source
var RootCmd = &cobra.Command{ Use: AppName, Short: "A Go application downloading latest wallpaper from different providers.", Long: `Download the wallpaper from different providers and set it your desktop. Also integrates a WEB UI for configuration.`, }
RootCmd is the entry of whole program
View Source
var Version string
Version is the main version number that is being run at the moment.
View Source
var VersionPrerelease = "dev"
VersionPrerelease marker for the version. If this is "" (empty string) then it means that it is a final release. Otherwise, this is a pre-release such as "dev" (in development)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.