Categorygithub.com/visualfc/goversion
modulepackage
1.1.0
Repository: https://github.com/visualfc/goversion.git
Documentation: pkg.go.dev

# 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

# Structs

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