summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/alecthomas/log4go/README
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/alecthomas/log4go/README')
-rw-r--r--vendor/github.com/alecthomas/log4go/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/alecthomas/log4go/README b/vendor/github.com/alecthomas/log4go/README
new file mode 100644
index 000000000..3361567f7
--- /dev/null
+++ b/vendor/github.com/alecthomas/log4go/README
@@ -0,0 +1,14 @@
+# This is an unmaintained fork, left only so it doesn't break imports.
+
+Please see http://log4go.googlecode.com/
+
+Installation:
+- Run `goinstall log4go.googlecode.com/hg`
+
+Usage:
+- Add the following import:
+import l4g "log4go.googlecode.com/hg"
+
+Acknowledgements:
+- pomack
+ For providing awesome patches to bring log4go up to the latest Go spec