Versions in this module Expand all Collapse all v1 v1.0.1 Sep 19, 2023 v1.0.0 Sep 19, 2023 Changes in this version + type UrlShortener interface + Short func(uri string) (string, error) + UrlFromShort func(short string) (string, error) + func NewUrlShortener() UrlShortener