Skip to content

elmasy-com/elnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.