Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/ggnd
Get naked domain from domain.
https://github.com/yano3/ggnd
Last synced: about 2 hours ago
JSON representation
Get naked domain from domain.
- Host: GitHub
- URL: https://github.com/yano3/ggnd
- Owner: yano3
- License: mit
- Created: 2019-07-16T11:26:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T14:23:27.000Z (about 3 years ago)
- Last Synced: 2023-08-12T18:27:24.719Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ggnd
## Description
Get naked domain from domain.
## Usage
```bash
$ ggnd shop.yano3.info
```## Installation
### macOS
If you use [Homebrew](https://brew.sh):
```console
$ brew tap yano3/tap
$ brew install ggnd
```### Other platforms
Download binary from [releases page](https://github.com/yano3/ggnd/releases) or use `go get` command.
```console
$ go get -d github.com/yano3/ggnd
```## Contribution
1. Fork ([https://github.com/yano3/ggnd/fork](https://github.com/yano3/ggnd/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[yano3](https://github.com/yano3)