Skip to content
/ whois Public

WHOIS client for Go-lang with local WHOIS server list

Notifications You must be signed in to change notification settings

moorada/whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whois

WHOIS client for Go-lang

go get github.com/moorada/whois

Example

result, _ := whois.Whois("google.com")
fmt.Println(result)
	

This library store the WHOIS servers locally in a json file for each TLD and use the following policy:

alt policy diagram

About

WHOIS client for Go-lang with local WHOIS server list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages