From 1e72998c4c3829e4ee4053cacf98e8769376e946 Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 5 May 2015 15:48:48 -0600 Subject: goprocnet: simplistic /proc/net file explorer --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..c5b0832 --- /dev/null +++ b/README.markdown @@ -0,0 +1,13 @@ +# goprocnet: A simpl(istic)e Golang /proc/net explorer # + +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 -- cgit v1.2.1