https://github.com/elmasy-com/elnet
Networking module for Go
https://github.com/elmasy-com/elnet
golang network networking
Last synced: 5 months ago
JSON representation
Networking module for Go
- Host: GitHub
- URL: https://github.com/elmasy-com/elnet
- Owner: elmasy-com
- License: apache-2.0
- Created: 2022-07-17T09:19:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T04:39:42.000Z (over 2 years ago)
- Last Synced: 2023-10-05T12:25:12.094Z (over 2 years ago)
- Topics: golang, network, networking
- Language: Go
- Homepage: https://pkg.go.dev/github.com/elmasy-com/elnet
- Size: 376 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elnet
[](https://pkg.go.dev/github.com/elmasy-com/elnet)
[](https://goreportcard.com/report/github.com/elmasy-com/elnet)
Get:
```bash
go get github.com/elmasy-com/elnet@latest
```
Or get the latest commit (if Go module proxy is not updated)"
```bash
go get "github.com/elmasy-com/elnet@$(curl -s 'https://api.github.com/repos/elmasy-com/elnet/commits' | jq -r '.[0].sha')"
```
## dns
[](https://pkg.go.dev/github.com/elmasy-com/elnet/dns)
DNS queries and helper function for domain names.
Based on [miekg's dns module](https://github.com/miekg/dns).