rename debora -> barak

This commit is contained in:
Jae Kwon
2015-04-14 01:14:55 -07:00
parent 0ffbff108f
commit bcfe33f15c
5 changed files with 24 additions and 22 deletions

7
cmd/barak/log.go Normal file
View File

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