Versions in this module Expand all Collapse all v1 v1.0.0 Aug 27, 2020 Changes in this version + var Transports = NewTransportSet("ssh", "git", "git+ssh", "http", "https", "ftp", "ftps", "rsync", "file") + func Parse(rawurl string) (u *url.URL, err error) + func ParseLocal(rawurl string) (*url.URL, error) + func ParseScp(rawurl string) (*url.URL, error) + func ParseTransport(rawurl string) (*url.URL, error) + type Parser func(string) (*url.URL, error) + type TransportSet struct + Transports map[string]struct{} + func NewTransportSet(items ...string) *TransportSet + func (t *TransportSet) Valid(transport string) bool