Registry /
utility / knqyf263-go-apk-version
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
apkversion
✓ github.com/knqyf263/go-apk-version
Compare two APK package versions.
package main
import (
"fmt"
"github.com/knqyf263/go-apk-version"
)
func main() {
v1, _ := apkversion.NewVersion("1.2.3")
v2, _ := apkversion.NewVersion("1.2.4")
fmt.Println(v1.LessThan(v2))
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20200609155635-041fdbb8563flatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.