ammario / ipisp

Query IP address network information in Go
MIT License
66 stars 13 forks source link

Remove the strings package dependency from the whois_client.go file #14

Closed dacamp closed 6 years ago

dacamp commented 6 years ago

Removing the strings package by using bytes.TrimSpace rather than strings.TrimSpace in the whois_client.go file