initial commit

This commit is contained in:
Jae Kwon
2015-10-25 18:21:51 -07:00
commit abc3a2cc3c
23 changed files with 4874 additions and 0 deletions

7
log.go Normal file
View File

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