gowhois

command module
v0.0.0-...-30ce38e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2023 License: MIT Imports: 4 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL