summaryrefslogtreecommitdiff
path: root/README.markdown
blob: 7d602bc7a1d96912ee0e402a74c8483104fc3d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# goprocnet: A simpl(istic)e Golang /proc/net explorer #

[![Build Status](https://travis-ci.org/kennyballou/goprocnet.svg)](https://travis-ci.org/kennyballou/goprocnet)

goprocnet is a naive attempt to create something similar to `netstat` for Go. It
will likely not be nearly as feature rich.

## License ##

This code is licensed and distributed, as-is without warranty and in the hopes
it will be useful under the terms and conditions of the MIT license. Please see
the LICENSE file for more information. If the LICENSE file was not distributed
with your copy, you may also find it [on the web][1].

[1]: http://opensource.org/licenses/MIT