Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDomainEmpty is domain is an empty string ErrDomainEmpty = errors.New("whois: domain is empty") // ErrWhoisServerNotFound is no whois server found ErrWhoisServerNotFound = errors.New("whois: no whois server found for domain") )
View Source
var DefaultClient = NewClient()
DefaultClient is default whois client
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.