forgot log.go file

This commit is contained in:
Ethan Buchman 2017-02-21 16:44:27 -05:00
parent dbbf6617d8
commit b593954285
1 changed files with 7 additions and 0 deletions

7
app/log.go Normal file
View File

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