Skip to content
Snippets Groups Projects
log.go 159 B
Newer Older
Androlo's avatar
Androlo committed
package files

import (
Ethan Buchman's avatar
Ethan Buchman committed
	"github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/log15"
Androlo's avatar
Androlo committed
)

Androlo's avatar
Androlo committed
var log = log15.New("module", "eris/server/files")