Registry / utility / likexian-whois-parser

likexian-whois-parser

JSON →
library1.24.21gogounverified

Parses WHOIS data into structured fields.

go get github.com/likexian/whois-parser
INSTALL
IMPORT
SIG · LIKEXIAN-WHOIS-PAR
L
likexian-whois-parser
utilitygov1.24.21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

whoisparser
github.com/likexian/whois-parser

Parse WHOIS data

package main import ( "fmt" "github.com/likexian/whois-parser" ) func main() { result, err := whoisparser.Parse("Domain Name: example.com\n...") if err != nil { panic(err) } fmt.Println(result.Domain.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.24.21latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
likexian-whois-parser — go get likexian-whois-parser · libregistry