# Functions
NewTransportSet returns a TransportSet with the items keys mapped to empty struct values.
Parse parses rawurl into a URL structure.
ParseLocal parses rawurl into a URL object with a "file" scheme.
ParseScp parses rawurl into a URL object.
ParseTransport parses rawurl into a URL object.
# Variables
Transports is a set of known Git URL schemes.
# Structs
TransportSet represents a set of valid Git transport schemes.
# Type aliases
Parser converts a string into a URL.