package
2.0.0+incompatible
Repository: https://github.com/devsolux/go-clone.git
Documentation: pkg.go.dev
# Functions
CreateURL will take in a valid domain and return the URL.
GetDomain takes in a valid URL and returns the domain of the url.
PathFilename returns the file name from a given path.
URLExtension returns the extension from a given URL, or an empty string.
URLFilename returns the file name from a given url.
ValidateDomain checks for a valid domain.
ValidateURL checks for a valid url.