version

package
v1.52.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Version

type Version []int

Version represents a parsed rclone version number

func New

func New(in string) (v Version, err error)

New parses a version number from a string

This will be returned with up to 4 elements for major, minor, patch, subpatch release.

If the version number represents a compiled from git version number, then it will be returned as major, minor, 999, 999

func (Version) Cmp

func (v Version) Cmp(o Version) (d int)

Cmp compares two versions returning >0, <0 or 0

func (Version) IsGit

func (v Version) IsGit() bool

IsGit returns true if the current version was compiled from git

func (Version) String

func (v Version) String() string

String converts v to a string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL