Compare commits
No commits in common. "0b2b067575c46aee5f70413e0ab295f973d509ba" and "b1603831862df40d8b55addedf3c1e522ae9771c" have entirely different histories.
0b2b067575
...
b160383186
@ -1,8 +1,7 @@
|
|||||||
// 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