version

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2021 License: MIT Imports: 5 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DelveVersion is the current version of Delve.
	DelveVersion = Version{
		Major: "1", Minor: "7", Patch: "3", Metadata: "",

		Build: "$Id: 4c81a2a322716591167f0bd690f7ef656781b6f4 $",
	}
)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL