jpillora / go-tld

TLD Parser in Go
MIT License
125 stars 18 forks source link

Fix previous PR for URL without dots #17

Closed raz-amir closed 2 years ago

raz-amir commented 2 years ago

@jpillora , apologies, but previous PR causes panic for URLs without dots, such as https://no_dots Here is the fix, please let me know what you think.

jpillora commented 2 years ago

No worries thanks for the fix!