package
2.4.0+incompatible
Repository: https://github.com/tarantool/tt.git
Documentation: pkg.go.dev

# Functions

GetVersion return string with Tarantool CLI version info.
IsLess returns true if verLeft is less than verRight.
Parse parses a version string and return the version value it represents.
ParseTt parses a tt version string with format '<major>.<minor>.<patch>.<hash>' and return the version value it represents.

# Constants

CliSeparator is used in commands to specify version.
FsSeparator is used in file names to specify version.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
VersionSlice attaches the methods of sort.Interface to []Version, sorting from oldest to newest.