Skip to content

krusty64/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

General utils

Kitchen sink of utilities and helper that are not part of the golang standard libraries and used across projects.

Levenshtein string comparison

Nice methods to compute a distance between strings. Multiple implementations, low memory footprint, one UTF-8 compatible.

Int Math

The title says it all

Json

More convenient json lib

  • Directly unmarshal a URL into a interface{}
  • Nicer syntax errors

About

golang specific utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages