mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Akihiro Suda](/assets/img/avatar_default.png)
* run latest vndr so as to collect more LICENSE files * remove unused packages * vendor github.com/philhofer/fwd with LICENSE.md (MIT) * vendor github.com/bsphere/le_go with LICENSE (MIT) Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
13 lines
464 B
Markdown
13 lines
464 B
Markdown
[![GoDoc](https://godoc.org/github.com/docker/go-connections?status.svg)](https://godoc.org/github.com/docker/go-connections)
|
|
|
|
# Introduction
|
|
|
|
go-connections provides common package to work with network connections.
|
|
|
|
## Usage
|
|
|
|
See the [docs in godoc](https://godoc.org/github.com/docker/go-connections) for examples and documentation.
|
|
|
|
## License
|
|
|
|
go-connections is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
|