Export url normalizer.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user