Dockerfile and Makefile

This commit is contained in:
Anton Kaliaev
2017-03-02 22:03:35 +04:00
parent 11230b8aea
commit 94b8e28b21
3 changed files with 52 additions and 4 deletions

View File

@ -11,6 +11,8 @@ import (
log15 "github.com/tendermint/log15"
)
var version = "0.2.0"
var log = logger.New()
func main() {