# README
Introduction
go-connections provides common package to work with network connections.
Usage
See the docs in godoc for examples and documentation.
License
go-connections is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
# Packages
Package nat is a convenience package for manipulation of strings describing network ports.
Package proxy provides a network Proxy interface and implementations for TCP and UDP.
Package sockets is a simple unix domain socket wrapper.
Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.