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: "7", Patch: "2", Metadata: "", Build: "$Id: 5b6f24e7fbcad3fe3bc574d3763b2f20afa1d6a1 $", } ) Functions ¶ func BuildInfo ¶ added in v1.7.1 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.goversion.go Click to show internal directories. Click to hide internal directories.