postmerge

This commit is contained in:
Ethan Buchman
2017-04-21 18:09:47 -04:00
parent 93c58d0b24
commit 5da9b3a803
88 changed files with 0 additions and 0 deletions

7
types/log.go Normal file
View File

@ -0,0 +1,7 @@
package types
import (
"github.com/tendermint/go-logger"
)
var log = logger.New("module", "types")