Update README.md

main
Muhammad Daffa 2021-07-25 18:16:30 +07:00 committed by GitHub
parent b46e23e9fd
commit 11c737c731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -1 +1,13 @@
# dns-lookup
# DNS Lookup
### DNS lookup using Go
![](https://i.ibb.co/S6HFVRt/image.png)
### How to install
```
go get github.com/daffainfo/dns-lookup
```
### How to use
```
./main.go google.com
```