# Functions
Parse parses a URL or the like and returns a URLx pointer or nil if the parser failed to match a string.
# Structs
URLx take a URI or Something Specific to this project and break it into partsgo:generate ifacemaker -f parse.go -s URLx -p parse -i URLxIface -o parse_interfaces.go -c "AUTO GENERATED.
# Interfaces
URLxIface ...