Documentation ¶
Overview ¶
Package version manages the gopls version.
The VersionOverride variable may be used to set the gopls version at link time.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionOverride = ""
Functions ¶
func Version ¶
func Version() string
Version returns the gopls version.
By default, this is read from runtime/debug.ReadBuildInfo, but may be overridden by the VersionOverride variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.