logger is deprecated, removed; closes #115

This commit is contained in:
Zach Ramsay
2017-12-29 16:25:15 +00:00
parent 9f72e25b23
commit a84bc2f5b2
2 changed files with 0 additions and 82 deletions
-4
View File
@@ -36,10 +36,6 @@ Flowrate is a fork of https://github.com/mxk/go-flowrate that added a `SetREMA`
Log is a log package structured around key-value pairs that allows logging level to be set differently for different keys.
## logger
Logger is DEPRECATED. It's a simple wrapper around `log15`.
## merkle
Merkle provides a simple static merkle tree and corresponding proofs.