delve/pkg/goversion
Alessandro Arzilli 53688a102f
goversion: parse new version format and simplify version representation (#3470)
Add parsing for the new version format with toolchain (X.Y.Z-something)
and simplify internal representation of versions so that revision, beta
version and rc version are all represented on a single field with rc
and beta versions being negative numbers (this limits rc versions to a
maximum of 1000 which will not be a problem in practice).
2023-08-16 09:55:02 -07:00
..
compat.go goversion: parse new version format and simplify version representation (#3470) 2023-08-16 09:55:02 -07:00
go_version.go goversion: parse new version format and simplify version representation (#3470) 2023-08-16 09:55:02 -07:00
version_test.go goversion: parse new version format and simplify version representation (#3470) 2023-08-16 09:55:02 -07:00