This commit is contained in:
Ethan Buchman
2016-01-21 23:05:39 -05:00
parent de1d5f6353
commit b7be9208fd
460 changed files with 84490 additions and 24 deletions

2
log.go
View File

@ -1,7 +1,7 @@
package main
import (
"github.com/tendermint/go-logger"
"github.com/tendermint/netmon/Godeps/_workspace/src/github.com/tendermint/go-logger"
)
var log = logger.New("module", "netmon")