example/golang

This commit is contained in:
Ethan Buchman
2015-12-14 18:06:56 -05:00
parent af2a1a6fc1
commit 36b7045f5c
6 changed files with 6 additions and 3 deletions

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"
)