go vendor; track uptime, health

This commit is contained in:
Ethan Buchman
2016-02-02 13:10:43 -05:00
parent bfbfb646b9
commit 2b3fc11697
680 changed files with 103113 additions and 26253 deletions

2
log.go
View File

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