This commit is contained in:
Ethan Buchman
2015-06-09 23:17:19 -04:00
parent 46bd0e5d51
commit 57ff919d50
283 changed files with 54600 additions and 29 deletions

View File

@ -3,7 +3,7 @@ package logger
import (
"os"
"github.com/tendermint/log15"
"github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
. "github.com/tendermint/tendermint/common"
)