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, 0 insertions, 14 deletions
diff --git a/vendor/github.com/alecthomas/log4go/README b/vendor/github.com/alecthomas/log4go/README
deleted file mode 100644
index 3361567f7..000000000
--- a/vendor/github.com/alecthomas/log4go/README
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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