//
pkg.gl
Category
github.com/rocinantex/iris
core
maintenance
version
package
8.5.9+incompatible
Repository:
https://github.com/rocinantex/iris.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
103 SLOC
#
Functions
Acquire
Acquire returns the latest version info wrapper.
#
Constants
Equal
Equal when the compared version is equal with the latest one.
Invalid
Invalid means that an error occurred when comparing the versions.
Larger
Larger when the compared version is larger than the latest one.
Smaller
Smaller when the compared version is smaller than the latest one.
#
Structs
Version
Version is a version wrapper which contains some additional customized properties.
#
Type aliases
Result
Result is the compare result type.