Categorygithub.com/whilp/git-urls
modulepackage
1.0.0
Repository: https://github.com/whilp/git-urls.git
Documentation: pkg.go.dev

# README

# 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.