jpillora / go-tld

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

www not considered as a subdomain #12

Closed bilgehanertan closed 3 years ago

bilgehanertan commented 3 years ago

In your library, the www part of the domain is not considered as a subdomain. Therefore it is included in u.Domain section.

It would be great to fix it!

Thanks