Export url normalizer.

This commit is contained in:
Jay
2026-04-23 10:46:31 -04:00
parent b034e97204
commit 91717457dd
+6
View File
@@ -10,6 +10,12 @@ import (
"git.wisehodl.dev/jay/go-honeybee/types" "git.wisehodl.dev/jay/go-honeybee/types"
) )
// Functions
func NormalizeURL(input string) (string, error) {
return transport.NormalizeURL(input)
}
// Connection types // Connection types
type Connection = transport.Connection type Connection = transport.Connection