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
- Host: GitHub
- URL: https://github.com/ymdarake/go-blueprints-domainfinder
- Owner: ymdarake
- Created: 2018-04-13T05:03:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T05:17:47.000Z (over 7 years ago)
- Last Synced: 2025-01-16T06:31:01.063Z (9 months ago)
- Topics: golang, tutorials, whois-client
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"