Documentation ¶
Index ¶
Constants ¶
View Source
const ( OSLinux = "Linux" OSDarwin = "macOS" OSWSL = "WSL" )
User-presentable names of operating systems supported by Devbox.
Variables ¶
View Source
var ( IsDev = Version == "0.0.0-dev" Version = "0.0.0-dev" Commit = "none" CommitDate = "unknown" // SentryDSN is injected in the build from // https://synopkg.sentry.io/settings/projects/devbox/keys/ // It is disabled by default. SentryDSN = "" // TelemetryKey is the Segment Write Key // https://segment.com/docs/connections/sources/catalog/libraries/server/go/quickstart/ // It is disabled by default. TelemetryKey = "" )
Variables in this file are set via ldflags.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.