MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / String

Function String

pkg/version/version.go:23–29  ·  view source on GitHub ↗

String returns the version string.

()

Source from the content-addressed store, hash-verified

21
22// String returns the version string.
23func String() string {
24 version := TTN
25 if GitCommit != "" && BuildDate != "" {
26 version += fmt.Sprintf(" (%s, %s)", GitCommit, BuildDate)
27 }
28 return version
29}

Callers 3

OSTelemetryDataFunction · 0.92
initResourceFunction · 0.92
DefaultDialOptionsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected