diff options
Diffstat (limited to 'vendor/github.com/mcuadros/go-version/doc.go')
-rw-r--r-- | vendor/github.com/mcuadros/go-version/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/mcuadros/go-version/doc.go b/vendor/github.com/mcuadros/go-version/doc.go new file mode 100644 index 00000000..763f6183 --- /dev/null +++ b/vendor/github.com/mcuadros/go-version/doc.go @@ -0,0 +1,6 @@ +/* +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
\ No newline at end of file |