summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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