package
1.24.0
Repository: https://github.com/go-delve/delve.git
Documentation: pkg.go.dev

# Functions

Compatible checks that the version specified in the producer string is compatible with this version of delve.
Installed runs "go version" and parses the output.
Parse parses a go version string.
ProducerAfterOrEqual checks that the DW_AT_producer version is major.minor or a later version, or a development version.
VersionAfterOrEqual checks that version (as returned by runtime.Version() or go version) is major.minor or a later version, or a development version.
VersionAfterOrEqualRev checks that version (as returned by runtime.Version() or go version) is major.minor or a later version, or a development version.

# Variables

# Structs

GoVersion represents the Go version of the Go compiler version used to compile the target binary.