mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-04 06:27:52 -09:00
6 lines
210 B
Go
6 lines
210 B
Go
/*
|
|
Version normalizer and comparison library for go, heavy based on PHP
|
|
version_compare function and Version comparsion libs from Composer
|
|
(https://github.com/composer/composer) PHP project
|
|
*/
|
|
package version |