version

package
v1.22.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 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: "22", Patch: "1", Metadata: "",
		Build: "$Id: 0c3470054da6feac5f6dcf3e3e5144a64f7a9a48 $",
	}
)

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