Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 785 Bytes

Elnet

Go Reference Go Report Card

Get:

go get github.com/elmasy-com/elnet@latest

Or get the latest commit (if Go module proxy is not updated)"

go get "github.com/elmasy-com/elnet@$(curl -s 'https://api.github.com/repos/elmasy-com/elnet/commits' | jq -r '.[0].sha')"

dns

Go Reference

DNS queries and helper function for domain names.

Based on miekg's dns module.