Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

63 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages