# 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.