likexian / whois

Whois client for domain and ip whois information query in Go(Golang).
Apache License 2.0
382 stars 70 forks source link

Incorrect documentation #1

Closed jhorowitz closed 8 years ago

jhorowitz commented 8 years ago

I think you meant

if err == nil { fmt.Println(result) }

The way it's written, result will only print if there's an error.

likexian commented 8 years ago

Yes, you are right, thank you!

jhorowitz commented 8 years ago

Sure thing. Thanks for a great library.