Documentation
¶
Overview ¶
Package app provides application information such as name, version, description, etc.
Index ¶
Constants ¶
View Source
const ( // Name of the application. Name = "uncloak" // LongDesc provides a detailed description of the application. LongDesc = "A CLI tool for analyzing new code coverage in Go files based on git diffs and coverage profiles." // ShortDesc provides a brief description of the application. ShortDesc = "A CLI tool for analyzing new code coverage in Go files" // RepoURL is the URL of the application's repository. RepoURL = "https://github.com/engmtcdrm/uncloak" )
Variables ¶
View Source
var (
// Version of the application.
Version = ""
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.