https://github.com/gigawattio/netlib
Network-related library and utility functions for Go
https://github.com/gigawattio/netlib
gigawatt go golang netlib network-programming
Last synced: 5 months ago
JSON representation
Network-related library and utility functions for Go
- Host: GitHub
- URL: https://github.com/gigawattio/netlib
- Owner: gigawattio
- License: mit
- Created: 2017-02-03T21:51:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T17:58:23.000Z (over 6 years ago)
- Last Synced: 2024-06-20T16:49:21.649Z (almost 2 years ago)
- Topics: gigawatt, go, golang, netlib, network-programming
- Language: Go
- Homepage: https://gigawatt.io/
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netlib
[](https://godoc.org/github.com/gigawattio/netlib)
[](https://travis-ci.org/gigawattio/netlib)
[](https://goreportcard.com/report/github.com/gigawattio/netlib)
### About
netlib is a Go (golang) package focused on providing common network-related library and utility functions.
Created by [Jay Taylor](https://jaytaylor.com/) and used by [Gigawatt](https://gigawatt.io/).
### Requirements
* Go version 1.3 or newer
### Running the test suite
go test ./...
#### License
Permissive MIT license, see the [LICENSE](LICENSE) file for more information.