Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.
/ go-whois Public archive

Simple whois client (and parser) in go -- DEPRECATED

License

Notifications You must be signed in to change notification settings

adamdecaf/go-whois

Repository files navigation

go-whois

A simple whois client

Usage

resp, err := WhoisQuery("google.com")

if err != nil {
	t.Errorf("error when finding whois server = %s", err)
}

fmt.Printf("resp = %s\n", resp)

Docs

Dependencies

We use zonedb/zonedb to hold the record of whois servers.

About

Simple whois client (and parser) in go -- DEPRECATED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published