Skip to content

whois command implemented by golang with awesome whois servers list

License

Notifications You must be signed in to change notification settings

famasoon/gowhois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

whois command implemented by golang with awesome whois servers list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages