Compare commits

..

No commits in common. "0b2b067575c46aee5f70413e0ab295f973d509ba" and "b1603831862df40d8b55addedf3c1e522ae9771c" have entirely different histories.

2 changed files with 3 additions and 2 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# vercmp

View File

@ -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
import (
_ "embed"
"strconv"
"strings"