SkillAgentSearch skills...

Gowhois

whois command implemented by golang with awesome whois servers list

Install / Use

/learn @famasoon/Gowhois
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gowhois

gowhois is whois command implemented by Golang

Installation

go install github.com/famasoon/gowhois@latest

Usage

gowhois example.com

Importing

import (
    "github.com/famasoon/gowhois/whois"
)

Example

Get whois on example.com

package main

import (
    "fmt"

    "github.com/famasoon/gowhois/whois"
)

func main() {
    result, _ := whois.Whois("example.com")
    fmt.Println(result)
}

Thanks

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Go

Security Score

100/100

Audited on Feb 12, 2026

No findings