An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# netlib

[![Documentation](https://godoc.org/github.com/gigawattio/netlib?status.svg)](https://godoc.org/github.com/gigawattio/netlib)
[![Build Status](https://travis-ci.org/gigawattio/netlib.svg?branch=master)](https://travis-ci.org/gigawattio/netlib)
[![Report Card](https://goreportcard.com/badge/github.com/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.