likexian / whois-parser

Whois parser for domain whois information parsing in Go(Golang).
Apache License 2.0
284 stars 86 forks source link

Fixes #56 and #57 #58

Closed linkdata closed 1 year ago

linkdata commented 1 year ago

Adds support for the .se (Sweden) TLD. Precompiles all regular expressions - improves performance and reduces GC pressure. Also ensures that they all compile correctly. Not an issue for this repo since it has full test coverage, but good practice.

likexian commented 1 year ago

Hello @linkdata Thanks for your works!