# Functions
CreateMapLinkFromAddr creates a link to Google Maps, built with the address and the city provided.
CreateULID returns a ULID string for database IDs.
GetClosestCityName uses Levenstein distance to find the closest "official" city name.
RemoveFromSliceOrdered removes a string from a slice and keep the order.
StringInSlice returns `true` if s is in sl, `false` otherwise.
# Variables
No description provided by the author