Documentation
¶
Index ¶
Constants ¶
View Source
const BuildVersion = "1.15.0-rc1"
BuildVersion is the local build version, set by build system
View Source
const Version = "1150"
Variables ¶
View Source
var Clock = clock.New()
Clock is the global clock for the system. In standard builds, we use a real-time clock, which maps to the `time` package.
Tests that need control of time can replace this variable with clock.NewMock(). Always use real time for socket/stream deadlines.
View Source
var CurrentCommit string
Functions ¶
func UserVersion ¶
func UserVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.