Documentation ¶
Overview ¶
Package version contains AdGuard Home version information.
Index ¶
Constants ¶
View Source
const ( ChannelBeta = "beta" ChannelCandidate = "candidate" ChannelDevelopment = "development" ChannelEdge = "edge" ChannelRelease = "release" )
Channel constants.
Variables ¶
This section is empty.
Functions ¶
func GOARM ¶
func GOARM() (v string)
GOARM returns the GOARM value used to build the current AdGuard Home release.
func GOMIPS ¶
func GOMIPS() (v string)
GOMIPS returns the GOMIPS value used to build the current AdGuard Home release.
func Verbose ¶ added in v0.106.0
Verbose returns formatted build information. Output example:
AdGuard Home Version: v0.105.3 Schema version: 27 Channel: development Go version: go1.15.3 Build time: 2021-03-30T16:26:08Z+0300 GOOS: darwin GOARCH: amd64 Race: false Main module: ... Dependencies: ...
TODO(e.burkov): Make it write into passed io.Writer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.