Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/go-look-up
A program In golang to get a website ip address
https://github.com/seandadonntech/go-look-up
Last synced: about 7 hours ago
JSON representation
A program In golang to get a website ip address
- Host: GitHub
- URL: https://github.com/seandadonntech/go-look-up
- Owner: seandadonntech
- License: bsd-2-clause
- Created: 2024-01-15T16:41:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-15T16:48:08.000Z (10 months ago)
- Last Synced: 2024-01-21T14:47:25.663Z (10 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-look-up
A program In golang to get a website ip address## USAGE
```
https://github.com/seandadonntech/go-look-up
```### Install the executable
Navigate to the cloned folder and run the command below to install the executable locally.
```
npm install -g
```### Run executable
```
go build -o main.exe
```