example/golang

This commit is contained in:
Ethan Buchman
2015-12-14 20:00:48 -05:00
parent af2a1a6fc1
commit 36b7045f5c
6 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"flag"
. "github.com/tendermint/go-common"
"github.com/tendermint/tmsp/example"
"github.com/tendermint/tmsp/example/golang"
"github.com/tendermint/tmsp/server"
)
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
. "github.com/tendermint/go-common"
"github.com/tendermint/tmsp/example"
"github.com/tendermint/tmsp/example/golang"
"github.com/tendermint/tmsp/server"
)