summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-05-05 15:48:48 -0600
committerkballou <kballou@devnulllabs.io>2015-05-05 15:48:48 -0600
commit1e72998c4c3829e4ee4053cacf98e8769376e946 (patch)
tree0c14348f7effb88a2d8b2f2aa33df14743737aec /README.markdown
downloadgoprocnet-1e72998c4c3829e4ee4053cacf98e8769376e946.tar.gz
goprocnet-1e72998c4c3829e4ee4053cacf98e8769376e946.tar.xz
goprocnet: simplistic /proc/net file explorer
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown13
1 files changed, 13 insertions, 0 deletions
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