# README
goversion
Installed Go version check
clone code from https://github.com/go-delve/delve/tree/master/pkg/goversion
# 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.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author