Documentation ¶
Overview ¶
Package constants contains variables that are set via ldflags during build.
Index ¶
Constants ¶
View Source
const VendorName = "protonmail"
Variables ¶
View Source
var ( // Version of the build. FullAppName = "" // Version of the build. Version = "" // Revision is current hash of the build. Revision = "" // BuildTime stamp of the build. BuildTime = "" // DSNSentry client keys to be able to report crashes to Sentry. DSNSentry = "" // BuildVersion is derived from LongVersion and BuildTime. BuildVersion = fmt.Sprintf("%v (%v) %v", Version, Revision, BuildTime) )
View Source
var ( // UpdateCheckInterval defines how often we check for new version. UpdateCheckInterval = time.Hour //nolint:gochecknoglobals )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.