package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev
# Functions
0 = equal, 1 = greater, -1 = smaller "1.2.3", "1.2.3" => 0 "1.2.3", "1.1" => -1 "1.2.3", "1.3" => 1 "1.2.3", "1.2.4" => 1 "1.2.3", "1.2.2" => -1 "1.2.3", "1.2.2.2" => -1 "1.2.3", "1.2.3.0.0" => 0 "1.2.3", "1.2.3.2" => 1 "1.2.3", "1.2.3.2.4" => 1.
0 = equal, 1 = greater, -1 = smaller "1.2.3", "1.2.3" => 0 "1.2.3", "1.1" => -1 "1.2.3", "1.3" => 1 "1.2.3", "1.2.4" => 1 "1.2.3", "1.2.2" => -1 "1.2.3", "1.2.2.2" => -1 "1.2.3", "1.2.3.0.0" => 0 "1.2.3", "1.2.3.2" => 1 "1.2.3", "1.2.3.2.4" => 1.
No description provided by the author
No description provided by the author
"1.02.3." => []int{1, 2, 3} "1.2..3" => []int{1, 2, 3} "1.00.2" => []int{1, 0, 2}.