Documentation
¶
Overview ¶
Package project provides global project information and metadata, such as the project, module and display name and release version.
Index ¶
Constants ¶
View Source
const ( // DisplayName is the display name of the project. DisplayName = "wand" // ModuleName is the name of the ZUP CLI Go module. ModuleName = "github.com/svengreb/" + Name // Name is the name of the project. Name = "wand" // ReleaseVersion is the current project release version. ReleaseVersion = "v0.6.0" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.