println(strsim.Compare("gti", "git"))
println(strsim.Compare("gti", "pkgutil"))
output:
+3.333333e-001
+4.285714e-00
I don't know much about the implementation details of the algorithm, but as far as I'm concerned, gti should be closer to git than pkgutil?