Compare commits
2 Commits
b160383186
...
0b2b067575
Author | SHA1 | Date | |
---|---|---|---|
0b2b067575 | |||
1a31c082d9 |
@ -1,7 +1,8 @@
|
|||||||
|
// Package vercmp provides comparison between two arbitrary version strings.
|
||||||
|
// It uses a modified implementation of the rpmvercmp algorithm used by the RPM package manager.
|
||||||
package vercmp
|
package vercmp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "embed"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user