Documentation ¶ Index ¶ Variables func BuildInfo() string type Version func (v Version) String() string Constants ¶ This section is empty. Variables ¶ View Source var ( // DelveVersion is the current version of Delve. DelveVersion = Version{ Major: "1", Minor: "22", Patch: "1", Metadata: "", Build: "$Id: 0c3470054da6feac5f6dcf3e3e5144a64f7a9a48 $", } ) Functions ¶ func BuildInfo ¶ func BuildInfo() string Types ¶ type Version ¶ type Version struct { Major string Minor string Patch string Metadata string Build string } Version represents the current version of Delve. func (Version) String ¶ func (v Version) String() string Source Files ¶ View all Source files buildinfo.go fixbuild.go version.go Click to show internal directories. Click to hide internal directories.