version

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2021 License: MIT Imports: 1 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: "6", Patch: "0", Metadata: "",
		Build: "$Id: 8cc9751909843dd55a46e8ea2a561544f70db34d $",
	}
)

Functions

This section is empty.

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