An open API service indexing awesome lists of open source software.

https://github.com/ymdarake/go-blueprints-domainfinder

Sample code for the book "Go Programming Bleuprints": chapter 4
https://github.com/ymdarake/go-blueprints-domainfinder

golang tutorials whois-client

Last synced: 7 months ago
JSON representation

Sample code for the book "Go Programming Bleuprints": chapter 4

Awesome Lists containing this project

README

          

# domainfinder
- a simple command line tool to search available domain names from user input

# setup
- use `build.sh`
- move subdirectories to `$GOPATH/src` or somewhere `go` can find
- set Big Huge Thesaurus API key to `BHT_APIKEY` env var

# NOTE
- this is sample code set for the book "Go Programming Blueprints"