Package import path change

This commit is contained in:
Jae Kwon
2015-04-01 17:30:16 -07:00
parent d8766e1d37
commit 13b6508ecd
99 changed files with 280 additions and 280 deletions

View File

@ -3,7 +3,7 @@ package rpc
import (
"bytes"
"fmt"
"github.com/tendermint/tendermint2/binary"
"github.com/tendermint/tendermint/binary"
"io/ioutil"
"net/http"
"net/url"
@ -164,7 +164,7 @@ func argsToURLValues(argNames []string, args ...interface{}) (url.Values, error)
// import statements we will need for the templates
/*rpc-gen:imports:
github.com/tendermint/tendermint2/binary
github.com/tendermint/tendermint/binary
net/http
io/ioutil
fmt